Firebase-SDK, React Native Async Storage, React Native, Expo compatibility needs to be fixed. #9174
Unanswered
I-am-Pritam-20
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
@I-am-Pritam-20 The
initializeAuth(app, {
persistence: getReactNativePersistence(ReactNativeAsyncStorage)
});This avoids the auto-detection failure. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'm trying to solve this, but I haven't been able to, even after setting it in tsconfig.json. What do I do?😭 |
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.
-
Hello Devs,
@hsubox76 @brentvatne @byCedric @tido64 @krizzu
I think the compatibility issue is getting out of hands of these packages while building a mobile application using react-native.
If possible try looking into the issues and fixing the issue.
Packages:
Issue:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I myself provided solutions in the Issue #8988 (comment) by shortening some of the solutions provided by @byCedric in expo/expo#36598 (comment) , but now it is breaking again after updating the above said packages to their latest versions although trying after the original solution said by @byCedric .
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Possible Fixes:
If possible can it be done in a centralized way so that the future devs will not face any issue regarding this.
Means the "compatible versions of all these packages should get installed together" at once. (No need for manual installations or individual compatibility check)
Beta Was this translation helpful? Give feedback.
All reactions