fitrizr
fitrizr

Reputation: 21

how to get notification when app auto sign out and clean data when close

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

Answers (1)

Shahadat Hossain Shaki
Shahadat Hossain Shaki

Reputation: 806

FCM token changes its token repeatedly. so there will be always a unique fcm token.

Upvotes: 1

Related Questions