Skip to content

Commit

Permalink
maxime_commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Oct 18, 2018
1 parent caafae3 commit 294949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class Firebase {
const result = await Expo.Google.logInAsync({
androidClientId: GOOGLE_APP_ANDROID_ID,
iosClientId: GOOGLE_APP_ANDROID_ID,
scopes: ["profile", "email"]
scopes: ["profile", "email", "https://www.googleapis.com/auth/youtube"]
})
if (result.type === "success") {
console.log('Google login - SUCCESS');
Expand Down

0 comments on commit 294949a

Please sign in to comment.