Replies: 1 comment
-
That's a good question - I'm not actually sure where that is coming from? I know https://github.com/invertase/react-native-firebase/pull/3601/files is where these items were added, they may help you instrument / search the code to see maybe where this is coming from? |
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.
-
Hi,
I'm using
react-native-firebase
for analytics and messaging. We need to deploy our app to some devices (mainly huawei) that do not have Google Play Services installed.I'm ok with analytics and notifications not actually working on those devices.
The problem is, right now the app displays an alert when opened:
After closing the alert, the app works fine. Is there a way to just disable (or customize) the alert?
Beta Was this translation helpful? Give feedback.
All reactions