Using Crashlytics for multiple firebase apps #5592
Unanswered
eugene-kordin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Crashlytics definitely does not support multiple apps |
Beta Was this translation helpful? Give feedback.
2 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.
-
Does anybody can confirm this library supports multiple Firebase App? According to the guides from Google, the google-services.json file should be deleted from the project to setup Firebase Apps in the runtime. But looks like during the import like this:
import crashlytics from '@react-native-firebase/crashlytics'
Crashlytics wants to initialize a default App from the json file that does not exist. I am not able to use this import at the top of the file.
If I am not using this import an access to Crashlytics from the App instance also fails:
Is this feature supported or not? Maybe some additional configuration is required?
Beta Was this translation helpful? Give feedback.
All reactions