如何使用 Firebase In App Messaging 从 Springboot 发送通知?

问题描述

我想使用 Firebase In App Messaging 从 Spring Boot 发送通知。我已经使用过 firebase 云消息传递,但在 firebase 应用消息传递方面遇到了困难。

请提供一些来源或其他建议,例如 Spring boot builder() 方法或其他方法来做到这一点。

解决方法

Firebase 支持使用 HTTP 协议发送通知,您可以使用 RestTemplate 调用 HTTP 请求到 FirestBase 服务器(参考:https://firebase.google.com/docs/cloud-messaging/migrate-v1)。或者使用 API firebase for java https://firebase.google.com/docs/cloud-messaging/send-message#java