chemerisuk / cordova-plugin-firebase-messaging

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

Android 13 support hotfix #227

Closed fluxc closed 1 year ago

fluxc commented 1 year ago

Added fix for Android 13 request permission

fredriksthlm commented 1 year ago

Is this now finally verified and works fine for Android13? No crashes anymore? Do you use this in production @fluxc ?

fluxc commented 1 year ago

Yes is working fine in production for me.

WouterWidgets commented 1 year ago

I would love to see this merged :-)

vladansaracpv commented 1 year ago

Any merge/release date for this? Deadline is closing in :)

oselow commented 1 year ago

The deadline is coming up :) No merge planned? It doesn't work when I try to add the fix branch so we are waiting for the fix :p

Ty

jacobg commented 1 year ago

The plugin needs to implement onRequestPermissionResult in order to callback into the web code and resolve the requestPermission() promise.

chemerisuk commented 1 year ago

Fixed in v8.