How to save the user email and name in database while signing in with google? – Flutter
I am using google auth and i want to save user data in database...How can i get user details here and save it to database? Future<void> signUpWithGoogle( BuildContext context, bool mounted, ) async { final googleSignIn = GoogleSignIn(); final googleUser…