Trouble with Android and the config plugin feature #5794
-
Hi, I've been looking to integrate this: From @barthap into our app. It looks awesome, but I'm running into problems getting Crashlytics to run on Android. On iOS its fine. Unless I'm missing something, it seems that the setup for Android differs from iOS only in the google-services.json file and its inclusion in the app.json file.
The author mentions that the setup is the same as the with-rn-firebase plugin, which also mentions the addition of the installAndroid option, but that didn't do anything. So while on iOS it all works, on Android I get this error:
@barthap or anyone else maybe knows what I could be missing? Thanks! Andrzej |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
The configuration in Have you included both |
Beta Was this translation helpful? Give feedback.
The configuration in
app.json
for the "official" plugin difers a bit from the one from the oldwith-rn-firebase
plugin.Have you included both
@react-native-firebase/app
and@react-native-firebase/crashlytics
plugins into theplugins
section ofapp.json
as described here?