mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
[js][android] database sync tree implementation with adjusted tests
This commit is contained in:
@@ -131,6 +131,7 @@ export default class FirebaseApp {
|
||||
Object.assign(getInstance, statics, {
|
||||
nativeModuleExists: !!NativeModules[`RNFirebase${capitalizeFirstLetter(name)}`],
|
||||
});
|
||||
|
||||
return getInstance;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user