Hello, I randomly discovered this plugin of yours. I need a way to send pushes from WP to iOS and Android.
The documentation is not clear on certain points. For example, when it comes to integration with Android, the registration process goes directly through Firebase. This means that all registered devices under “All Registered Devices” are retrieved from the Firebase API https://fcm.googleapis.com.
When subscribing via the https://example.domain/wp-json/fcm/pn/subscribe interface, the token generated by Firebase must be passed on to the interface accordingly. Is that correct?
This means that for “device_token,” the device token from FirebaseFirebaseMessaging.getInstance() is required. For “device_uuid,” it just needs to be unique to the device, correct?