You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I missed surely something but I don't know what.
I think to try another hosting solution : Cloud Run or App Engine. But it would be a pity to drop the firebase solution.
Have you some examples or hints for Firebase function location ?
The text was updated successfully, but these errors were encountered:
Version
"nuxt": "^2.15.7",
"firebase": "^7.24.0",
"@nuxtjs/firebase": "^6.1.1",
Steps to reproduce
Hi all !
I'm currently developing an SSR app deployed on Firebase (Hosting and Functions)
I can deploy on the default location of Firebase functions (us-central1).
But , as my users are in Europe, I want to deploy my app on a european location like europe-west1.
I have followed the documentation of nuxt-firebase https://firebase.nuxtjs.org/service-options/functions/ and also https://firebase.google.com/docs/functions/locations#best_practices_for_changing_region
The app is deployed but when I want to access to the app, I have a 403 error (Forbidden).
I missed surely something but I don't know what.
I think to try another hosting solution : Cloud Run or App Engine. But it would be a pity to drop the firebase solution.
Have you some examples or hints for Firebase function location ?
The text was updated successfully, but these errors were encountered: