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.