Releases: CodetrixStudio/CapacitorGoogleAuth
Releases · CodetrixStudio/CapacitorGoogleAuth
3.0.0
Package lock
Make requesting server auth code optional
2.1.3 Update package.json
Interface fixes
2.1.2 fixed wrong interface (#66)
Build issue fix that was in 2.1.0
Fix line feed ios (#3) (#50) Fix line feed ios for 2.1.1
forceCodeForRefreshToken
2.1.0 2.1.0
Latest play services
2.0.1 2.0.1
Capacitor 2.0.0 support
2.0.0
GoogleSignIn updated to version 5
1.5.1 Update GoogleSignin to version 5, primarily to fix the dependency on …
Listener for user state change for web
Usage:
GoogleAuth.addListener('userChange', (googleUser) => {
console.log("userChange:", googleUser);
});
Tag check before initialization for web - Solves #33
If clientId for web is not present it won't load gapi either.
Decreasing the bundle size. If intended.