development environment and run the application locally #309
|
@jvJUCA I read your documentation on how to run the application locally, but Firebase doesn't provide a database URL. What should I do? |
Replies: 11 comments 22 replies
|
Hi @Ali7040, remember that Firebase uses Firestore and Realtime Database for that sense. On our case we are using Firestore. Att, M. |
|
Dear @Ali7040 , Here's a helpful setup guide for the project: Tutorial - Running RUXAILAB with Firebase Emulators 🖥️ Hope it's useful! Best regards, |
|
hey @jvJUCA my exams are over and now i m giving my time to this org but after setting up local env.. |
|
srry for late reply |
|
Hello @KarinePistili , |
|
maybe, something wrong with how variables are passed in development mode, instead of calling the varibales from env, you can just paste the variables, and remove the conditional rendering, it will work |
|
@KarinePistili hey same problem occur using github codesapce also pls review it |
@KarinePistili @marcgc21 Need help! |
|
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: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
|










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:
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…