3.1.2 • Published 3 years ago
@reslear/capacitor-google-auth v3.1.2
CapacitorGoogleAuth
Capacitor plugin for Google Auth.
⚠️ This is fork original plugin @codetrix-studio/capacitor-google-auth with new beta features, changes or experiments
Install
npm i -D @reslear/capacitor-google-auth
npx cap sync
WEB
Register plugin and manually initialize
import { GoogleAuth } from '@reslear/capacitor-google-auth';
GoogleAuth.initialize({
client_id: 'xxxxxx-xxxxxxxxxxxxxxxxxx.apps.googleusercontent.com',
scopes: ['profile', 'email'],
grantOfflineAccess: true,
});
see
initialize
method options - descriptions, examples, default values and types indefinition.ts
Use it
GoogleAuth.signIn();
Config, IOS, ANDROID and etc..
see originally instruction CodetrixStudio/CapacitorGoogleAuth
3.1.2
3 years ago
3.1.1
3 years ago
3.1.0
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.2
4 years ago
1.0.3
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
1.0.0-rc.5
4 years ago
1.0.0-rc.4
4 years ago
1.0.0-rc.3
4 years ago
1.0.0-rc.2
4 years ago
1.0.0-rc.1
4 years ago
1.0.0-rc.0
4 years ago