[docs] prettier

This commit is contained in:
Salakar
2019-07-12 15:20:14 +01:00
parent 7e7bcfc51e
commit 50ad72f6aa
79 changed files with 502 additions and 495 deletions

View File

@@ -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