Android phone 屏幕锁定时的 Firebase 通知

Firebase notifications on Android phone with screen lock

我们开发了一个 android 应用来向用户显示 Firebase 通知。该实现在模拟器中运行良好,一切正常,没问题。

我的代码与 firebase 站点上的代码类似:https://firebase.google.com/docs/cloud-messaging/android/client

我该怎么办?

谢谢

要使用 Firebase 云消息传递向应用程序发送正常通知,不需要代码。

只需添加以下依赖项:

implementation 'com.google.firebase:firebase-core:17.3.0'
implementation 'com.google.firebase:firebase-analytics:17.3.0' 
implementation 'com.google.firebase:firebase-messaging:20.1.5'

并像这样创建一个新通知。

看起来您的消息服务可能有问题..或者检查您是否安装了最新的依赖项。