Firebase Authentication Google using Firebase Auth Plugin

How do I use the firebase auth plugin to authenticate myself in google?

Is there any example using it?

1 Like

have you ever solved it ?

Iā€™m also stuck on this. I can get the web flow working. but Android breaks when directing out of the app for the sign-in flow.

it looks like firebase-ui have plans to get this working: https://github.com/firebase/firebaseui-web/issues/145

This package will apparently do what we want: https://github.com/baumblatt/capacitor-firebase-auth but I have yet to see a working sample and attempts to get it working have failed.