firebase 云消息推送通知
firebase cloud messaging push notification
我正在使用 firebase 云消息推送通知
当我使用 python 发布我的通知时,firebase 云消息面板通知没有出现在通知栏中
我需要添加到我的项目中的东西
python 应用程序没有什么特别之处,只需按照 Android 官方文档中提供的文档操作即可
https://firebase.google.com/docs/cloud-messaging/send-message
此外,请确保您已在 android 应用程序中正确添加 FCM,并且已将 Key 添加到来自 Firebase 控制台的 python 代码。
我正在使用 firebase 云消息推送通知 当我使用 python 发布我的通知时,firebase 云消息面板通知没有出现在通知栏中 我需要添加到我的项目中的东西
python 应用程序没有什么特别之处,只需按照 Android 官方文档中提供的文档操作即可
https://firebase.google.com/docs/cloud-messaging/send-message
此外,请确保您已在 android 应用程序中正确添加 FCM,并且已将 Key 添加到来自 Firebase 控制台的 python 代码。