tinode / chat

Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
GNU General Public License v3.0
12.07k stars 1.88k forks source link

why need fcm? #170

Closed rjliulei closed 6 years ago

rjliulei commented 6 years ago

why tinode needs fcm since tinode is an IM server?

or-else commented 6 years ago

You still want to know that a message was sent to you while your client app was offline, like when your mobile phone was in your pocket.

rjliulei commented 6 years ago

you mean I can get messages when client app is exited or killed( do not run in the backgroud)?

or-else commented 6 years ago

Correct.

rjliulei commented 6 years ago

Thanks ! I can show a notification in app without fcm when app is running in the backgroud.