CapacitorGoogleAuth
CapacitorGoogleAuth copied to clipboard
Capacitor plugin for Google Auth. Lightweight & no dependencies.
Not getting sign in result on first attempt , in second attempt is working fine. Getting this in first attempt  second attempt...
Hi all, This must be a simple mistake where I might have missed something or two. The problem I have is that Google login returns the info I need on...
Tried setting scopes : [] but it seems it was too narrow; investigating what is minimum. Works with just scopes: ['email'] but can it be narrowed down more? Will submit...
Hello. I updated to android studio 4.2.1 and Capacitor 3 plugins. This new updates give an empty MainActivity.java file with only this lines: ``` package com.aplicationname.app; import com.getcapacitor.BridgeActivity; public class...
Firstly, thanks for this project. My dev team & I lucky this project exists, thanks to all involved! We are having an issue related to Google Sign-in consent. Whereby a...
Hi folks Can someone explain to me why it asks for "additional access", if I'm only requesting the user e-mail and profile? Is there a way to remove this message?...
To Native -> GoogleAuth signIn 5148673 2022-04-10 03:09:17.032506+0300 App[65022:5736328] [] nw_protocol_get_quic_image_block_invoke dlopen libquic failed ERROR MESSAGE: {"message":"invalid_audience: The audience client and the client need to be in the same project.","code":"-61440","errorMessage":"invalid_audience:...
I get this deprecation message on Android when following the readme instructions. 
Feature for simple request adding/removing additional scopes already authorised user **`addScopes`** - [x] ts types - [ ] Web - [ ] Android - [ ] iOS - [ ]...
Greetings everyone , I happen to face an issue with android google auth , it's working all fine , I am able to sign in and get idtoken which I...