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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
Dear @Ali7040 , Here's a helpful setup guide for the project: Tutorial - Running RUXAILAB with Firebase Emulators 🖥️ Hope it's useful! Best regards, |
Beta Was this translation helpful? Give feedback.
-
hey @jvJUCA my exams are over and now i m giving my time to this org but after setting up local env.. |
Beta Was this translation helpful? Give feedback.
-
hey @marcgc21 can you help pls.. |
Beta Was this translation helpful? Give feedback.
-
srry for late reply |
Beta Was this translation helpful? Give feedback.
-
Hello @KarinePistili , |
Beta Was this translation helpful? Give feedback.
-
And on running firebase enumalator:start i am getting this error |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
@KarinePistili hey same problem occur using github codesapce also pls review it |
Beta Was this translation helpful? Give feedback.
-
@KarinePistili @marcgc21 Need help! |
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
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…