Firebase处理推送通知吗

Firebase处理推送通知吗

本文介绍了Firebase处理推送通知吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究firebase和angularfire是否适合我即将发布的项目。

其中一个要求是在应用程序关闭时通知用户新的私人消息发送给用户,即。推送通知。



Firebase是否处理这个问题?

解决方案

是的。不过,直到最近才发生这种情况。



感谢@libik提供的相关文档链接:





文档:


I am investigating whether firebase and angularfire are a good fit for my upcoming project.

One of the requirements are for users to be notified when the app is closed on new private messages sent to user, ie. push notifications.

Does firebase handle this?

解决方案

Yes. This was not the case until recently, though.

Thanks to @libik for providing relevant documentation link:

https://firebase.google.com/docs/cloud-messaging/server#http-request

Update 5/2016 :

on Google io 16 , Google announced FCM - Firebase cloud messaging service.

see more at : https://developers.googleblog.com/2016/05/google-cloud-messaging-and-firebase.html

documentation : https://firebase.google.com/docs/cloud-messaging/#key_functions

这篇关于Firebase处理推送通知吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-06 01:36