Monday, May 22, 2017

Flutter - Wire up the Google Sign In Plugin for Android

This video covers:

- Rename the Android package
- Create a firebase app
- Install the google-services.json
- Import the Google Sign In plugin
- Wire up the sign in

Firebase Console:
https://console.firebase.google.com/u/0/

Google Sign In Pub Site
https://pub.dartlang.org/packages/google_sign_in


No comments:

Trying out the Dart Analysis Server

I wanted to see how the Dart Analysis Server was put together and worked. I started looking to see how I could wire it up and try out the co...