MichaelV00
MichaelV00
Can you please use the latest version 23.3.1 and tell me if the issue persists?
Hi there, please use the modular API and setBackgroundMessageHandler like this: ``` setBackgroundMessageHandler(messaging, async remoteMessage => { console.log('📩 Background FCM Message:', remoteMessage); }); ``` Does the issue persist after doing...
Hi there, using my expo test project I have not been able to reproduce this. when I restart the application I do not receive my notifications again. It seems to...
It seems like this was an issue in the past, it seems related to https://github.com/invertase/react-native-firebase/issues/2139 Im suspecting it could be a native-sdk issue but I will need to confirm it...
Can you write a test for this please?
revokeToken and revokeAccessToken are both different methods. revokeToken (which is what you want and are using on the deprecated API accepts an authorization code whilst revokeAccessToken is web only and...
> yep, docs are a little confusing regarding token revokation. Will make sure this is addressed upon the release of our newer docs page thanks for submitting this and here...
logEvent should still work regardless of the native sdk version we are using: https://github.com/invertase/react-native-firebase/blob/main/packages/analytics/lib/modular/index.d.ts#L74-L89 As for the underlying iOS SDK version upgrading it is never a bad idea and I...
Hi there we appear to be using 12.6.0 already https://github.com/invertase/react-native-firebase/pull/8775
Marking ticket as resolved, feel free to reopen if you are experiencing other issues or open a new one.