There google_sign_in package on pub.dev, bu the link it provides for setting the application up points to https://firebase.google.com/?platform=android...
Thanks!
Yes ! you can.
Create project in cloud console.
Create OAuth 2.0 clientId (by restricting it with package name)
Download the JSON and place it in android->app folder, thats it.
Procced the steps as in google_sign_in package without getting into firebase
GoogleSignIn googleSignIn = GoogleSignIn(
clientId:"xxxx.apps.googleusercontent.com");
clientId is optional- but required in flutter web
Also refer this for flutter web google sign in without firebase
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With