[auth] Update auth providers providerId to match official SDKs

This commit is contained in:
Chris Bianca
2017-10-16 11:12:40 +01:00
parent 0af5e71b4f
commit 31854bae5b
7 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
const providerId = 'facebook';
const providerId = 'facebook.com';
export default class FacebookAuthProvider {
constructor() {

View File

@@ -1,4 +1,4 @@
const providerId = 'github';
const providerId = 'github.com';
export default class GithubAuthProvider {
constructor() {

View File

@@ -1,4 +1,4 @@
const providerId = 'google';
const providerId = 'google.com';
export default class GoogleAuthProvider {
constructor() {

View File

@@ -1,4 +1,4 @@
const providerId = 'twitter';
const providerId = 'twitter.com';
export default class TwitterAuthProvider {
constructor() {