Flutter - Wire up the Firebase Auth for iOS

Published: 27 May 2017
on channel: Brandon Donnelson
8,244
101

Create a firebase app
Configure iOS for Google services
Import Google Sign-In & Firebase Auth plugins
Wire up the sign in

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

Google Sign-In Plugin
https://pub.dartlang.org/packages/goo...

Firebase Auth Plugin Source
https://pub.dartlang.org/packages/fir...

Firebase Auth Plugin Example
https://github.com/flutter/plugins/bl...

Google Sign In Plugin Example IOS Runner(App)
https://github.com/flutter/plugins/tr...