quickstart-android
quickstart-android copied to clipboard
[WIP] Demo always sending token to server
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.