Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tim636373127yYour Server basically stores push tokens generated in your APP and sends a standart http request to google. Push message either contains data, or a notification or both. Xmpp is not necessary for your use case.
Client: https://firebase.google.com/docs/...
Server:
https://firebase.google.com/docs/... -
tim636373127y@sanketthecoder a year ago I implemented something very similar like you are doing at the moment. If you have any questions feel free to ask
-
@tim636373 Yeah actually, had many questions about this project.. And thanks alot for your help Bro :) I'll post questions from time to time and tag u if u don't mind.. it'll really help me .. 😊
Related Rants
Developing a News app in android and kinda struck at the point where a new news is added to the server and then to be notified to all users.. I mean I want to know how to correctly implement push notifications and will I need an XMPP server for that ? If so ,then which one do all you experienced devs suggest..?
Thanks.. #awesomeCommunity
undefined
push notifications
api
rest
backend
xmpp
android