[Android][Auth]Not found FirebaseAuth.useEmulator(String, int) #4824
Unanswered
woodnynobu
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If you use a BOM as old as 18, it won't have the symbol or implementation. Auth.useEmulator was introduced in BOM 26, and current is 26.3.0. Update your BOM and your build will work. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please tell me how to resolve not found firebaseAuth.useEmulator()
It is occurring on android, iOS build success.
Should I change FirebaseSDK BOM version?
As reference information
ReactNative Auth:10.0.0
Android FirebaseSDK BOM:18.0.0(build failed)
iOS FirebaseSDK:7.0.0(build success)
Package:io.invertase.firebase.auth
File:ReatNativeFIrebaseAuthModule.java
Beta Was this translation helpful? Give feedback.
All reactions