Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: iOS Push notification handling via Firebase (get and use the FCM-token) #391

Open
SamyNassiem opened this issue Mar 4, 2024 · 0 comments

Comments

@SamyNassiem
Copy link
Contributor

While adding the Push notification feature to a mobile app, I found that iOS devices always give the APNS token, not the FCM token.

When I checked the attache's code,
I did not find any code that indicates that we are using Firebase for delivering the Push notification to the iOS platform.
but Attach is integrated with the native Apple notification service and retrieves the native APNS token.

May I have expected that I would receive an FCM token because the Documentation mentions the Firebase as a needed step for Android, and does not clarify which token will be received during the run time for each platform.

I would say that it would be great if we could clarify this in the documentation for easier integration for the developers.
On the other side, I think It would be great if we added this as a feature due to the popularity of Firebase in the hybrid-development communities.

@SamyNassiem SamyNassiem changed the title iOS Push notification handling can not get the FCM-token, but give APNS-token Feature Request: iOS Push notification handling via Firebase (get and use the FCM-token) Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant