Android Question Make chat

Pooya1

Active Member
Licensed User
I already made chat appliation with firebase
But in firebase maybe use cannot receive push because dont have googleplayservice
How do i make good chat application (looklike telegram not professional)
 

udg

Expert
Licensed User
Longtime User
If you can't use Firebase, have a look at MQTT (search the Forum).
To test it you could use a free service like cloudmqtt.
 
Upvote 0

Pooya1

Active Member
Licensed User
If you can't use Firebase, have a look at MQTT (search the Forum).
To test it you could use a free service like cloudmqtt.
I can use firebase but is it good for my app?
I afraid maybe firebase cannot answer to my request
Example some device not install googleplayservice
Is it?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Example some device not install googleplayservice
All my devices do have playservice installed.
I never saw a device which does not. Seems to be rare...
 
Upvote 0

Pooya1

Active Member
Licensed User
All my devices do have playservice installed.
I never saw a device which does not. Seems to be rare...
Ok so i use firebase for make chat app
And about MQTT,if use want use mqtt server without like cloudmqtt,how do implement it on my server?
 
Upvote 0
Top