Jimy85260 New Member Aug 26, 2022 #1 Hi, I have an android app with my own authentification(SQL SERVER). I try to send PUSH Notification from Firebase Cloud Messaging. I sent many notifications from firebase console to all devices. Now I want to send notification to one user. Could somebody tell me how to do this? Do I register each user with custom firebase token? One more thing, a user can connect on different devices. Thank you
Hi, I have an android app with my own authentification(SQL SERVER). I try to send PUSH Notification from Firebase Cloud Messaging. I sent many notifications from firebase console to all devices. Now I want to send notification to one user. Could somebody tell me how to do this? Do I register each user with custom firebase token? One more thing, a user can connect on different devices. Thank you
Erel B4X founder Staff member Licensed User Longtime User Aug 28, 2022 #2 Jimy85260 said: Could somebody tell me how to do this? Click to expand... You can either subscribe each user to a unique topic or get the token with FirebaseMessaging.Token, send it to your server and later use it to send a message to a specific token. Upvote 0
Jimy85260 said: Could somebody tell me how to do this? Click to expand... You can either subscribe each user to a unique topic or get the token with FirebaseMessaging.Token, send it to your server and later use it to send a message to a specific token.