[🐛] messaging().getToken() returns old token for ANDROID device after executing messaging().deleteToken() #8030
Labels
blocked: customer-response
plugin: messaging
FCM only - ( messaging() ) - do not use for Notifications
type: bug
New bug report
In my react native app I'm executing
to delete token and then on log in runs
But even after deleting the previous token I'm getting the same old token from getToken().
I have seen many issues reported for IOS and have implemented some suggestions mentions in their comments like using
But it didn't work.
I'm using
"@react-native-firebase/app": "^20.5.0",
"@react-native-firebase/messaging": "^20.5.0",
Thanks.
The text was updated successfully, but these errors were encountered: