chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging
MIT License
164 stars 159 forks source link

Android 13 support #218

Closed amritk closed 10 months ago

amritk commented 1 year ago

I tried making a PR but was unsure how to show the prompt, for android 13 we need to specifically request permission from the user just like ios.

Some references: https://developer.android.com/develop/ui/views/notifications/notification-permission#wait-to-show-prompt https://stackoverflow.com/questions/72310162/how-do-i-request-push-notification-permissions-for-android-13

amritk commented 1 year ago

Almost there, here's what I got:

https://github.com/amritk/cordova-plugin-firebase-messaging

chemerisuk commented 10 months ago

Fixed in v8.