-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase url env #68
Comments
Thanks for the report. I didn't know. I had 3 env variables : VUE_APP_FIREBASE_AUTH_DOMAIN, VUE_APP_FIREBASE_DATABASE_URL, VUE_APP_STORAGE_BUCKET The pull request will merge soon :) |
@all-contributors please add @AlexSpelt for bug |
I've put up a pull request to add @AlexSpelt! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Google Firebase has an option to use a server in west Europe for me. But I think the firebase URL changes because of that option.
Right now Geoguess uses https://.firebaseio.com. I had to use https://-default-rtdb.europe-west1.firebasedatabase.app.
I solved this issue by changing the code from my forked version in src/main.js.
I suggest adding a separate env variable for URLs.
The text was updated successfully, but these errors were encountered: