使用徽章向用户通知Android中的新消息

时间:2018-12-12 15:19:32

标签: java android firebase firebase-realtime-database

我如何通过在聊天片段中显示新消息的数量(如NotificationBadge)来通知应用程序中的用户有新消息。

我正在为我的应用程序使用Firebase,我也搜索了google,但没有看到的示例对我有所帮助。

1 个答案:

答案 0 :(得分:1)

我对Android应用程序的编码了解不多;但是,这可能与您对Web应用程序执行的操作类似:假设Firebase中的数据结构为/userId/messages/new/msgId,则可以使用getChildrenCount()方法并将结果显示在通知字段中。

有关此方法的代码示例和文档,请参见https://firebase.google.com/docs/database/admin/retrieve-data#section-event-guarantees