How to use expo-google-app-auth - 1 common examples

To help you get started, we’ve selected a few expo-google-app-auth examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Vivify-Ideas / expo-boilerplate / services / AuthService.js View on Github external
loginWithGoogle = async () => {
    return await this.googleLogin(
      Google.logInAsync({
        clientId: Platform.OS == OS_TYPES.IOS ? IOS_GOOGLE_CLIENT_ID : ANDROID_GOOGLE_CLIENT_ID,
        scopes: ['profile', 'email']
      })
    );
  };

expo-google-app-auth

Deprecated wrapper around expo-app-auth for Google sign in.

MIT
Latest version published 2 years ago

Package Health Score

36 / 100
Full package analysis

Popular expo-google-app-auth functions

Similar packages