Reputation: 21
My apps develop using ionic framework and use Firebase Cloud Messaging for push notification. my apps will automatically sign out and clear data when close the apps. how about the firebase token? Did the firebase token assign to the apps? Did the firebase token deleted when clear the data? If the firebase token assign to apps how did the fcm find specific user by ID to sent notification when the apps use same token but use by multiple user.
Thanks in advance for answering
Upvotes: 1
Views: 88
Reputation: 806
FCM token changes its token repeatedly. so there will be always a unique fcm token.
Upvotes: 1