Skip to content
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

Closed
AlexSpelt opened this issue Dec 13, 2020 · 3 comments · Fixed by #69
Closed

Firebase url env #68

AlexSpelt opened this issue Dec 13, 2020 · 3 comments · Fixed by #69
Assignees

Comments

@AlexSpelt
Copy link

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.

@BilelJegham
Copy link
Member

BilelJegham commented Dec 17, 2020

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

@BilelJegham
Copy link
Member

@all-contributors please add @AlexSpelt for bug

@allcontributors
Copy link
Contributor

@BilelJegham

I've put up a pull request to add @AlexSpelt! 🎉

BilelJegham added a commit that referenced this issue Dec 20, 2020
Fixs #67 Streetview search radius + #68 Firebase config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants