Skip to content

development environment and run the application locally #309

Answered by KarinePistili
Ali7040 asked this question in Q&A
Discussion options

You must be logged in to vote

There are some things you could check to see if it will work for you:

1. Check the name of your env vars, see if they match the following:

VUE_APP_FIREBASE_API_KEY_DEV=""
VUE_APP_FIREBASE_AUTH_DOMAIN_DEV=""
VUE_APP_FIREBASE_STORAGE_BUCKET_DEV=""
VUE_APP_FIREBASE_DB_URL_DEV=""
VUE_APP_FIREBASE_PROJECT_ID_DEV=""
VUE_APP_FIREBASE_MESSAGING_SENDER_ID_DEV=""
VUE_APP_FIREBASE_APP_ID_DEV=""
VUE_APP_I18N_LOCALE=""
VUE_APP_I18N_FALLBACK_LOCALE=""
LARAVEL_PDF=""

If you are using the development mode, they have the _DEV at the end. The screenshot below shows how the env vars are used on the code to initialize firebase project.

2. Check if you correclty put the VUE_APP_FIREBASE_DB_URL_DEV="" variab…

Replies: 11 comments 22 replies

Comment options

You must be logged in to vote
1 reply
@Ali7040
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@KarinePistili
Comment options

@pankaj87072
Comment options

@KarinePistili
Comment options

@pankaj87072
Comment options

@pankaj87072
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pankaj87072
Comment options

Comment options

You must be logged in to vote
7 replies
@pankaj87072
Comment options

@KarinePistili
Comment options

@pankaj87072
Comment options

@priyakumari02
Comment options

@KarinePistili
Comment options

Comment options

You must be logged in to vote
1 reply
@skushagra9
Comment options

Comment options

You must be logged in to vote
1 reply
@KarinePistili
Comment options

Comment options

You must be logged in to vote
1 reply
@KarinePistili
Comment options

Comment options

You must be logged in to vote
2 replies
@abhisek-1221
Comment options

@DIWAKARKASHYAP
Comment options

Answer selected by KarinePistili
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
9 participants