Skip to content

Instantly share code, notes, and snippets.

@prasadshirvandkar
Created July 25, 2020 18:25
Show Gist options
  • Save prasadshirvandkar/8de24caa8dc6254d5ad85c325e511510 to your computer and use it in GitHub Desktop.
Save prasadshirvandkar/8de24caa8dc6254d5ad85c325e511510 to your computer and use it in GitHub Desktop.
//Call this method to Invoke GoogleSignIn Functionality
FirebaseGoogleAuthentication.signInWithGoogle()
.whenComplete(() {
Navigator.pop(context);
Navigator.push(context,MaterialPageRoute(builder: (_) => MainPage()));
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment