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
Similar to what is in below sample code would run in europe-west1
constfunctions=require('firebase-functions');exports.helloWorld=functions.region('europe-west1').https.onRequest((request,response)=>{response.send('Hello from Firebase!');});
The text was updated successfully, but these errors were encountered:
isuhendro
changed the title
How to run react-firebase-starter in different region
How to run react-firebase-starter in different GCP region
Jun 23, 2020
Similar to what is in below sample code would run in
europe-west1
The text was updated successfully, but these errors were encountered: