chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android 13 support

amritk opened this issue · comments

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

Fixed in v8.