我真是个菜鸟,需要一个建议。
我有read documentation,据我所知,如果您需要发送直接留言,请按照以下步骤操作:
Firebase TokenId
和。{
userId
json
并放置
在topic
text
和resipent userId
内......等等...... json
发送到您的服务器端json
时,应使用Firebase API
在firebase中创建具有随机名称的新消息bloc child
firebase tokenId
发送通知。child
正如我理解这个概念,如果错误的话,请帮我解决?
答案 0 :(得分:1)
您建议的方法听起来不错。要实现的最重要的事情是您需要应用服务器向设备发送下游消息。使用数据库作为应用程序和应用程序服务器之间的通信机制是一种流行的方法。
您也可以使用Cloud Messaging's upstream capabilities。但我从未尝试过这种方法,因为数据库对我来说运行正常,而且我对学习另一种协议(XMPP)没什么兴趣。
您可以在此Firebase博客文章Sending notifications between Android devices with Firebase Database and Cloud Messaging中阅读我的实施方式。