Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Firebase/Messaging/Public/FIRMessaging.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,11 @@ NS_SWIFT_NAME(Messaging)
* Is Firebase Messaging token auto generation enabled? If this flag is disabled,
* Firebase Messaging will not generate token automatically for message delivery.
*
* If this flag is disabled, Firebase Messaging does not generate new tokens automatically for
* message delivery. If this flag is enabled, FCM generates a registration token on application
* start when there is no existing valid token. FCM also generates a new token when an existing
* token is deleted.
*
* This setting is persisted, and is applied on future
* invocations of your application. Once explicitly set, it overrides any
* settings in your Info.plist.
Expand Down