我在Android服务中有一个firebase子监听器。在节能模式(仅限),以及 app在后台时,在firebase数据库中添加数据时,侦听器最终停止触发事件。
我不能使用FCM,因为我不希望当应用程序在后台时(这就是FCM所做的),系统托盘中会显示操作系统通知。应用程序实际上会在接收到这些事件时创建通知,但那些需要应用程序逻辑来捆绑它们(https://developer.android.com/training/notify-user/build-notification.html)
我正在使用Android 7.0
知道如何在app处于后台时使用firebase实现实时监听,这对于节能模式是否具有弹性?