3.1.2 • Published 2 years ago

@reslear/capacitor-google-auth v3.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 in definition.ts

Use it

GoogleAuth.signIn();

Config, IOS, ANDROID and etc..

see originally instruction CodetrixStudio/CapacitorGoogleAuth

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-rc.5

3 years ago

1.0.0-rc.4

3 years ago

1.0.0-rc.3

3 years ago

1.0.0-rc.2

3 years ago

1.0.0-rc.1

3 years ago

1.0.0-rc.0

3 years ago