Questions
Integrating MirrorFly: Need device token for iOS and FCM token for Android—where can I find them?
about 1 month ago by Richard
I'm integrating MirrorFly https://www.mirrorfly.com/ into my hybrid mobile app built with median. The docs mention that for push notifications, I need the device token for iOS and the FCM token for Android. I can access the APNs token from PushNotification.onRegister for iOS, but I'm not seeing a clear way to retrieve the FCM registration token on Android. Does MirrorFly handle this internally, or do I need to manually fetch it using Firebase APIs? Any guidance would be great!
https://www.mirrorfly.com/docs/uikit/web/basic/components/push-notification/