quickstart-android icon indicating copy to clipboard operation
quickstart-android copied to clipboard

[WIP] Demo always sending token to server

Open kroikie opened this issue 3 years ago • 0 comments

Developers should regularly send their FCM registration token to their corresponding server. This way the server can determine the freshness or staleness of a particular token and decide whether or not to send messages to that token.

This snippet demonstrates sending the FCM registration token to a callable function that will store it appropriately.

kroikie avatar Feb 17 '22 21:02 kroikie