【发布时间】:2017-09-11 14:07:44
【问题描述】:
我想使用 firebase 从我的管理面板网页向在 firebase 数据库中注册的 android 手机发送推送通知。我曾尝试使用 PHP 和 mySQL 发送通知,但只想使用 firebase 发送通知。我还尝试从 firebase 控制台向 android 设备发送通知。但我想使用 firebase API 将通知从 web 发送到 android 设备。
【问题讨论】:
-
这个问题你解决了吗?
-
是的,我做到了。使用 firebase,您需要注册设备。您将获得将在您的 android 设备和 Web 面板上使用的 API 链接。它将充当第三方,您将使用通知数据从 Web 控制台点击它,然后将通知发送到移动设备
-
freecodecamp.org/news/…他从postman打的api,你需要用你的web应用打同一个api,通知会发送到手机
标签: android firebase web push-notification firebase-notifications