send cloud message (FCM) multiple devices single user
问题 I have an application which is already built. Now I want to use FCM to send messages between server and users. As I understand each device has its own token which I can use to send message, and this token can be retrieved from FirebaseInstanceId.getInstance().getInstanceId() Correct me If I am wrong. The application and backed server works fine and bellow my workflow 1- User open the android app. 2- Android app take the user token ID for authentication and device token for messageing and send