mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 12:15:44 +08:00
docs: format
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user