AlvinT

Results 14 comments of AlvinT

are you guys using Firebase? Do refer to the stackoverflow here. Might be resolved when the support email is added https://stackoverflow.com/questions/47632035/google-sign-in-error-12500

Just to add on, I am using this code in production and have no problems with it so far Do let me know what can be improved on the code...

we just need to reuse the same code example in the readme.md for web Example: ```javascript import { GoogleAuth } from '@codetrix-studio/capacitor-google-auth'; // use hook after platform dom ready GoogleAuth.initialize({...

> hi @AlvinTCH please sync changes with #321 synced changes > I still think your idea is great, I also think you should remove the > > * `androidClientId` >...

Ok sure. Let me get to it when I get back tonight

by the way I have created an [npm package](https://www.npmjs.com/package/@greytch/capacitor-google-auth) with this particular implementation and have been using it for over a year

Thats a really fast reply. I am still putting the standard values at capacitor.config as a fallback

I am currently using a quick workaround for this whereby if I detect the error is -8, I will use the `refresh` flow ```ts GoogleAuth.refresh() ``` This will enable me...

I have created a [npm package](https://www.npmjs.com/package/@greytch/capacitor-facebook-login) for anyone who would like to try this implementation out