Skip to content

Commit

Permalink
Add ClientID for The Android App on login with google
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivm committed Oct 31, 2023
1 parent 5804272 commit e87d331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WelcomeScreen/WelcomeScreen.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class WelcomeScreen extends Component {
if (isAndroid() || isIOS()) {
const FirebasePlugin = window.FirebasePlugin;
FirebasePlugin.authenticateUserWithGoogle(
'',
process.env.REACT_APP_GOOGLE_FIREBASE_WEB_CLIENT_SIGN_IN,
function(credential) {
window.location.hash = `#/login/googleidtoken/callback?id_token=${
credential.idToken
Expand Down

0 comments on commit e87d331

Please sign in to comment.