NativeScript / firebase

Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
https://docs.nativescript.org/plugins/firebase-core.html
Apache License 2.0
56 stars 49 forks source link

[@nativescript/firebase-messaging-core] denying notification permission returns error on Android #173

Open kanclalg opened 1 year ago

kanclalg commented 1 year ago

When you press "don't allow" on notification permission, promise returns an error. I guess it should return success with result AuthorizationStatus.DENIED?

https://github.com/NativeScript/firebase/blob/main/packages/firebase-messaging-core/index.android.ts#L318