mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-26 23:05:11 +08:00
[docs] prettier
This commit is contained in:
@@ -42,7 +42,7 @@ async function order() {
|
||||
id: '12345678',
|
||||
size: 'large',
|
||||
});
|
||||
|
||||
|
||||
if (success) {
|
||||
console.log('Pizza is on the way!');
|
||||
} else {
|
||||
@@ -58,7 +58,7 @@ Looking for a more in-depth explanations? Our [Cloud Functions](/guides?tags=fun
|
||||
|
||||
### Local emulator
|
||||
|
||||
Cloud Functions can be emulated to run locally, or using your own custom domain. To switch the
|
||||
Cloud Functions can be emulated to run locally, or using your own custom domain. To switch the
|
||||
emulator location, use the `useFunctionsEmulator` method:
|
||||
|
||||
```js
|
||||
@@ -71,7 +71,7 @@ if (__DEV__) {
|
||||
|
||||
### Cloud Functions Region
|
||||
|
||||
Cloud functions can be deployed to multiple regions across the globe. To change the region,
|
||||
Cloud functions can be deployed to multiple regions across the globe. To change the region,
|
||||
initialize the functions instance with the region (note the default region is us-central1):
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user