首页 > 解决方案 > 如何使用 Spring Boot Rest API 在移动应用程序(React Native 或 Ionic)中获取推送通知

问题描述

我正在尝试使用 Spring Boot 服务器和 MySQL 数据库在 React-Native 中创建推送通知。

我想知道如何设置我的 Spring Boot Rest API 以便能够将推送通知发送到使用 React-Native 编码的前端。有什么技术可以用来实现吗?或者如何在 Spring Boot 中对其进行编码?

标签: mysqlspring-bootreact-native

解决方案


您可以使用 google 的 Firebase 推送通知 (FCM) 来实现相同的目的。

浏览以下文章,它提供了 Spring Boot 作为后端和前端作为 React Native 的所有信息,

https://grokonez.com/spring-framework/spring-boot/firebase-cloud-messaging-server-spring-to-push-notification-example-spring-boot

https://medium.com/@anum.amin/react-native-integrating-push-notifications-using-fcm-349fff071591


推荐阅读