docs: format

This commit is contained in:
Salakar
2020-05-13 01:39:46 +01:00
parent da244bd958
commit 4364b7f27b
9 changed files with 13 additions and 23 deletions

View File

@@ -297,7 +297,7 @@ to manually control registration you can disable this via the `firebase.json` fi
// <projectRoot>/firebase.json
{
"react-native": {
"messaging_ios_auto_register_for_remote_messages": false,
"messaging_ios_auto_register_for_remote_messages": false
}
}
```
@@ -313,7 +313,6 @@ async function registerAppWithFCM() {
}
```
## Auto initialization
Firebase generates an Instance ID, which FCM uses to generate a registration token and which Analytics uses for data collection.