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

How to run react-firebase-starter in different GCP region #626

Open
isuhendro opened this issue Jun 23, 2020 · 0 comments
Open

How to run react-firebase-starter in different GCP region #626

isuhendro opened this issue Jun 23, 2020 · 0 comments

Comments

@isuhendro
Copy link

isuhendro commented Jun 23, 2020

Similar to what is in below sample code would run in europe-west1

const functions = require('firebase-functions');

exports.helloWorld = functions
  .region('europe-west1')
  .https.onRequest((request, response) => {
    response.send('Hello from Firebase!');
  });
@isuhendro 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
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

No branches or pull requests

1 participant