Skip to content

A mobile application base for Firebase authentication written in Flutter.

License

Notifications You must be signed in to change notification settings

ProjectInitiative/Flutter-Firebase-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlutterFire Authentication

Released under the MIT License. Copyright © 2019 Kyle Petryszak. All Rights Reserved.

Base project code for integrating Firebase Authentication into a Flutter application.

FlutterFirebaseAuthenticationPreview

Setup

API Setup

Overall Firebase Project Creation

  1. Setup the Firebase API via the Firebase Console.

  2. Once logged in, create a new Firebase project and follow the directions on how to add the API token to your project to utilize the FirebaseAuthentication features.

  3. Additional Flutter specific tutorial can be found here.

Setup Authentication Providers

  1. Click on Authentication in the Firebase Console and click on the Sign-in method tab.

  2. Enable Email/Password and Google.

FlutterFirebaseAuthenticationProviders

Update Dependencies

Make sure to run the following command to update the dependencies specified in pubspec.yaml

flutter packages get

Run Project

  1. Make sure a device or emulator is connected/running.

  2. Run the following command:

flutter run

About

A mobile application base for Firebase authentication written in Flutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages