Skip to content

Flutter Firebase Authentication app allows you to log in and sign in with simple operation thanks to the beautiful UI

License

Notifications You must be signed in to change notification settings

SloboZjalic/firebase-authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow Status (branch) GitHub forks GitHub stars GitHub watchers GitHub contributors GitHub last commit GitHub top language

Flutter Firebase Authentication App

loginbehance


Configuration for this application

This project contains google-services.json file of my own. You can connect your own firebase project using the following configurations:

Please, follow the configurations correctly!

Step 1: Clone the repository to your device.

Step 2: Open android/app/build.gradle and change applicationId as you want

Step 3: Create firebase project and add new android project to firebase.

Step 4: Write the same applicationId to the android package name field:

Step 5: Open the android directory of This project using Android Studio or Visual Studio (Any IDE)

Step 6: Tap to Gradle from the right side and select android/app/Tasks/android/signingReport and wait a bit to get SHA1 key

Step 7: Copy SHA1 from terminal

Step 8: Paste to Debug signing certificate SHA-1 field in Firebase and click to Register button

Step 9: Download google-services.json and click to next button

Step 10: Replace file of This Project that is stored in android/app/ called google-services.json with your own google-services.json file that you downloaded in the previous step

Step 11: Click Next and Skip button in the next steps

Step 12: Go to Authentication screen in Firebase and enable Email/Password and Google authentication

Finally: You've done entire steps correctly and I make sure that this project will have paramount effect on your progress learning Flutter

About

Flutter Firebase Authentication app allows you to log in and sign in with simple operation thanks to the beautiful UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 81.9%
  • HTML 15.7%
  • Swift 1.6%
  • Other 0.8%