ios - Best way to implement push notifications with Firebase -


i iphone app coder, , i'm using firebase backend server. firebase doesn't support push notifications, i've been trying figure out how include them in app. i've read question: how send alert message special online user firebase seems more of work-around actual solution.

is there answer on how this? there third parties or apis might seemlessly implement functionality?

one solution have tried use zapier connect firebase pushover.

at point, i've been able observe events in app i'm coding , notifications in pushover app on iphone. however, ideally, i'd receive notifications in app, not in pushover app, because don't want users need have pushover in order use app , because want users receive own distinct notifications, not notifications everyone.

does have suggestions on how should handle issue?

thanks help!

edit isn't duplicate of question: does firebase handle push notifications? because know firebase doesn't directly handle push notifications. i'm looking best indirect way of handling push notifications firebase.

now google rebranded gcm firebase cloud messaging , offers cross platform service. firebase offers notifications.

these differences between these 2 services:

firebase cloud messaging provides complete set of messaging capabilities through client sdks , http , xmpp server protocols. deployments more complex messaging requirements, fcm right choice.

firebase notifications lightweight, serverless messaging solution built on firebase cloud messaging. user-friendly graphical console , reduced coding requirements, firebase notifications lets users send messages reengage , retain users, foster app growth, , support marketing campaigns.

if want more detailed comparison. read this.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -