0

My goal here is to, instead of using the console to send notifications, implement a SwiftUI view into the app that can type in a topic, along with a text box for the body of the notification, which then sends a notification to users subscribed to that topic to that topic, with that text.

I've tried searching the web, but can't seem to find anything besides device-to-device notifications, which helps a little, but doesn't accomplish my goal fully.

Any help is appreciated. Thanks.

user17864647
  • 149
  • 7
  • It is not possible to securely send messages from one device directly to other devices through Firebase Cloud Messaging, neither with tokens nor with topics. See https://stackoverflow.com/a/37993724. – Frank van Puffelen Feb 06 '22 at 20:19

0 Answers0