Android Question SignalR

DonManfred

Expert
Licensed User
Longtime User
Thank you , but if you want have a list of your connections how can you do it with fcm ?!
Setup a server which will receive the tokens from the users using your app.
When a user start you app and get a token you send this token together with other informations (to know which user is this token).
Store it on your server.

After that you can send a request to the server to give you the token from user x. Or device y....
Depends on you requirement
 
Upvote 0

alimanam3386

Active Member
Licensed User
Longtime User
Setup a server which will receive the tokens from the users using your app.
When a user start you app and get a token you send this token together with other informations (to know which user is this token).
Store it on your server.

After that you can send a request to the server to give you the token from user x. Or device y....
Depends on you requirement

Thank you DonManfred , I know this way but I think it doesn't correct way because it's not real time channel and I have to after a few seconds send a request to server to know who is online
 
Last edited:
Upvote 0
Top