Skip to content

Commit 5a71cc4

Browse files
authored
removed google plus scope in readme (#554)
1 parent aae8ad1 commit 5a71cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ ui.start('#firebaseui-auth-container', {
535535
{
536536
provider: firebase.auth.GoogleAuthProvider.PROVIDER_ID,
537537
scopes: [
538-
'https://www.googleapis.com/auth/plus.login'
538+
'https://www.googleapis.com/auth/contacts.readonly'
539539
],
540540
customParameters: {
541541
// Forces account selection even when one account

0 commit comments

Comments
 (0)