Replies: 2 comments
-
What i did, was implemented another code for asking permissions for Android 13+ devices, I believe it is something that needs to be asked separated other than firebaseMessaging.requestPermission(). |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran across this answer some time ago: #6283 (comment) Basically, it is recommended to use react-native-permissions to handle permissions instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as my testing goes calling
firebaseMessaging.requestPermission()
doenst do anything on android including Android 13 where notification permission is now required same as it is on iOS.I cant find any issue of people complaining or requesting it, which is odd as I doubt people only target old android and ios.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions