[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:
Michael Diarmid
2019-01-03 17:01:51 +00:00
committed by GitHub
parent a8ac5ef3fc
commit 1d83962f26
9 changed files with 244 additions and 57 deletions

View File

@@ -62,7 +62,6 @@
"node_modules",
"src/modules/admob**",
"src/modules/auth/phone**",
"src/modules/messaging**",
"src/modules/notifications**",
"src/types**",
"**/types.js"