mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
[auth] Update auth providers providerId to match official SDKs
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() {
|
||||
|
||||
Reference in New Issue
Block a user