I am trying to use Google Sign In authentication method on my flutter Windows app through firebase. The problem is, that I can't find any configuration file about it in firebase console (like on Android: google-services.json, or iOS: google-services.plist). Does anyone know a way to figure this out? To provide authentication into an Flutter Windows app with Google Sign In method?
Asked
Active
Viewed 47 times
0
-
try- https://pub.dev/packages/google_sign_in – HoRiz Feb 07 '23 at 18:43