Crashlytics: define crashlytics_debug_enabled in Expo managed app #7459
Unanswered
lucasbasquerotto
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I was under the impression that firebase.json works in expo managed apps You don't indicate what platform, but I can say that for iOS firebase.json is parsed into Info.plist settings so it is available to the app during cocoapods For Android it happens during gradle build so works in a more expected way |
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
-
I have an Expo managed app and was able to make Crashlytics work adding the plugins in
app.config.js
:It worked in an EAS preview build (optimized for production but with development credentials and endpoints, without hot reload), but in an Expo EAS build with
developmentClient: true
(development build, with hot reload), it doesn't work.Looking at the docs I saw that defining
crashlytics_debug_enabled: true
makes it work when in debug mode, but it didn't work in my app. My guess is thatfirebase.json
can not be used in Expo managed apps.Is that it? If it is, is there a way to define
crashlytics_debug_enabled
in an Expo managed app? For example:I saw no plugin configuration options in the docs, there's only the following note:
Beta Was this translation helpful? Give feedback.
All reactions