mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
fix debug logging
This commit is contained in:
@@ -34,7 +34,7 @@ export default class Firebase {
|
||||
this.options = Object.assign({ errorOnMissingPlayServices: true }, options);
|
||||
|
||||
if (this.debug) {
|
||||
Log.enable(this._debug);
|
||||
Log.enable(this.debug);
|
||||
}
|
||||
|
||||
this._log = new Log('firebase');
|
||||
|
||||
Reference in New Issue
Block a user