You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(storage, emulator): avoid calling useEmulator multiple times
In case of javascript hot reload, javascript will attempt to call useEmulator again,
and the native layer will complain about the second call. This avoids the second call
by tracking useEmulator call state at the native layer
Fixes#5860 (again, but this time per-app, and for android as well)
Copy file name to clipboardExpand all lines: packages/storage/android/src/main/java/io/invertase/firebase/storage/ReactNativeFirebaseStorageModule.java
0 commit comments