@evollu Thanks for reply!
So I need to check if token has changed - send it to my server, yes ?
But my users can open app very rarely, for example some users open it once at month. What I should do in this cases ?
And did you know in what exactly cases FCM token has changes on the devices ?
i have two FCMEvent.Notification
in one i am presenting the notification and in one i am doing some kind of data manipulation both listener is in different component.
Problem is in iOS both listener is calling twice where as in android its working as expected
Thanks
RNFIRMessaging tried to override FIRMessaging
when i add packages.add(new FIRMessagingPackage());