You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
It also appears RECEIVE_BOOT_COMPLETED and VIBRATE are not shown in the sample application.
Is there an example for RECEIVE_BOOT_COMPLETED and VIBRATE used (per the docs vs sample app?)
Also the docs suggest this in android/app/src/main/AndroidManifest.xml
<activity
...
android:launchMode="singleTop"
>
Is there any location in the docs or sample app that clarify the different Android manifest configs?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the sample application, is there any documentation as to why
android.permission.SYSTEM_ALERT_WINDOW
is required as a permission?https://github.com/invertase/react-native-firebase-starter/blob/master/android/app/src/main/AndroidManifest.xml#L7
It is not listed in the docs
https://rnfirebase.io/docs/v5.x.x/notifications/android
In the docs, it recommends adding the following
It also appears
RECEIVE_BOOT_COMPLETED
andVIBRATE
are not shown in the sample application.Is there an example for
RECEIVE_BOOT_COMPLETED
andVIBRATE
used (per the docs vs sample app?)Also the docs suggest this in
android/app/src/main/AndroidManifest.xml
Is there any location in the docs or sample app that clarify the different Android manifest configs?
The text was updated successfully, but these errors were encountered: