Open rayjackson13 opened 1 year ago
Hey,
the package is just a wrapper around google native JS SDK, it should be used to work on the browser. IDK how to make it work with ionic for mobile apps (you will need different implementation)
Hi, @rayjackson13. Did you find any solution to handle this login flow on capacitor app?
Hi @MomenSherif ! Thank you for this amazing package!
We have a website built with Next.js and an app running on Ionic/Capacitor from the same repo. We implemented Sign in with Google button using this package, and it works like a charm on the website.
Unfortunately, with Ionic builds it's a little bit different - nothing happens after clicking the button. Neither
onSuccess
noronError
is being triggered. Do you know what might be causing this? Is there any chance we can make it work for Ionic?React v16.8 Ionic v5.4.1 Capacitor v2.1.0