Skip to content

⚡ Implementation of User authentication system using flutter and firebase.

Notifications You must be signed in to change notification settings

javedali-dev/User-Authentication-using-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User authentication system using Flutter and Firebase

Flutter and Firebase

Build Locally

  • Prerequirest:

    • Android Emulator install and working if not here is link
    • Flutter install on your machine you can verify that by using
      > flutter --version
    • Firebase account
  • Clone repository on your local machine

    • Create a Folder and navigate to new folder
      • open your terminal and type:
        > mkdir Testing_Project
      • navigate to new folder:
        > cd Testing_Project
    • Clone repository
      > git clone https://github.com/javedali-dev/User-Authentication-using-Flutter.git
    • Navigate to clone repository:
      > cd User_authentication_using_Flutter
    • Open with your favorite text editor if you are using vscode you can open it by:
      > code .
  • Create and configure project in firebase:

    • Create a account:
      • Go to Firebase website and click on Get started button
    • Onced you login Click on Add Project
    • Now choose your project type. For this project select Android.
    • Register your project
      • Android package name: go to AndroidManifest.xml file and there you can find the package name. for this case give com.example.todo
    • Download Config file: Now download the config file(google-services.json) into android->app
      Download config file
    • Add Firebase SDK:
      You need to add firebase SDK in order to talk to firebase api. it is preety simple and well documented on firebase website. I added some of screenshot in case you need them.
      Configure on project level
      Configure on app level
  • Build and Run locally:

    • Make sure your emulator is running.
    • Go to lib->main.dart file and press ctrl+F5 or you can do it manually. Go to Run-> Run without Debugging. It will install the app inside the emulator and run it.

Result:

Firebase Result

About

⚡ Implementation of User authentication system using flutter and firebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published