mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 03:59:18 +08:00
Merge branch 'v3.0.x'
# Conflicts: # docs/modules/authentication.md # package.json
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const providerId = 'facebook';
|
||||
const providerId = 'facebook.com';
|
||||
|
||||
export default class FacebookAuthProvider {
|
||||
constructor() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const providerId = 'github';
|
||||
const providerId = 'github.com';
|
||||
|
||||
export default class GithubAuthProvider {
|
||||
constructor() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const providerId = 'google';
|
||||
const providerId = 'google.com';
|
||||
|
||||
export default class GoogleAuthProvider {
|
||||
constructor() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const providerId = 'twitter';
|
||||
const providerId = 'twitter.com';
|
||||
|
||||
export default class TwitterAuthProvider {
|
||||
constructor() {
|
||||
|
||||
@@ -74,7 +74,6 @@ export default class Reference extends ReferenceBase {
|
||||
this._refListeners = {};
|
||||
this._database = database;
|
||||
this._query = new Query(this, path, existingModifiers);
|
||||
this.log = this._database.log;
|
||||
this.log.debug('Created new Reference', this._getRefKey());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user