CapacitorGoogleAuth
CapacitorGoogleAuth copied to clipboard
Problem with authentication since Angular10
Hi there,
i´ve the following error since i updated to Angular10:
Property 'authentication' does not exist on type '{ value: string; }'
I used the workaround with "null" on signIn method.
Here is my code:
let googleUser = await Plugins.GoogleAuth.signIn(null); const credential = auth.GoogleAuthProvider.credential(googleUser.authentication.idToken); return this.afAuth.auth.signInAndRetrieveDataWithCredential(credential);
Already fixed: https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/66