kriasoft / kriasoft/react-firebase-starter

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

Open
#626 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4.5k
Forks
752
PR merge metrics
No merged PRs in 30d

Description

Similar to what is in below sample code would run in `europe-west1`
``` javascript
const functions = require('firebase-functions');

exports.helloWorld = functions
.region('europe-west1')
.https.onRequest((request, response) => {
response.send('Hello from Firebase!');
});
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading the sample region configuration in the issue and locating the Firebase Functions entry point in the starter. Determine whether the project needs regional configuration or usage documentation, then verify that the documented or implemented setup runs functions in europe-west1.

Written by the indexing model from the issue text.

Assessment

Tech stack
firebase, gcp, javascript, react
Domain
backend, cloud
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.