Getting FCM token By default, the FCM SDK generates a registration token for the client app instance on initial startup of your app . Similar to the APNs device token, this token allows you to target notification messages to this particular instance of the app.
Read moreHow do I get FCM device token?
It’s my first time using FCM. I download a sample from firebase/quickstart-android and I install the FCM Quickstart.
Read more