mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-04 20:11:33 +08:00
[android][app] apps initialized natively now automatically initialized js side - via react module getConstants
This commit is contained in:
@@ -31,7 +31,7 @@ export default class ModuleBase {
|
||||
this._options = Object.assign({}, options);
|
||||
this._module = moduleName;
|
||||
this._firebaseApp = firebaseApp;
|
||||
this._appName = firebaseApp.name;
|
||||
this._appName = firebaseApp._name;
|
||||
this._namespace = `${this._appName}:${this._module}`;
|
||||
|
||||
// check if native module exists as all native
|
||||
|
||||
Reference in New Issue
Block a user