mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 12:15:44 +08:00
[messaging] getToken/deleteToken/onTokenRefresh improvements (#1805)
[IOS] [BUGFIX] [MESSAGING] fix getToken() always returning initialToken (#1510) [ANDROID] [NOTICE] [MESSAGING] deprecate RNFirebaseInstanceIdService in favour of FirebaseMessagingService's onNewToken event. Remove this service from your AndroidManifest.xml [IOS] [ANDROID] [INTERNAL] [MESSAGING] getToken & deleteToken now use Firebase InstanceID token management apis (with an FCM scope).
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
"node_modules",
|
||||
"src/modules/admob**",
|
||||
"src/modules/auth/phone**",
|
||||
"src/modules/messaging**",
|
||||
"src/modules/notifications**",
|
||||
"src/types**",
|
||||
"**/types.js"
|
||||
|
||||
Reference in New Issue
Block a user