Skip to content

Dev-N007/Firebase_Authentication_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Firebase Authentication App

A clean and efficient Flutter application implementing user authentication with Firebase. It includes login, sign-up, and logout capabilities.

Features

  • Toggle between login and sign-up modes
  • Email and password-based authentication using Firebase
  • Logout functionality built into the AppBar
  • Welcome message displaying the user's email upon login

Tech Stack

Technology Purpose
Flutter UI and application framework
Dart Programming language
Firebase Auth Backend authentication
Material UI Built-in Flutter widgets

Getting Started

  1. Clone the repository git clone https://github.com/Dev-N007/Firebase-Authentication-App.git

  2. Install dependencies flutter pub get

  3. Configure Firebase

  • Create a Firebase project via Firebase Console
  • Enable Email/Password authentication
  • Download google-services.json for Android or the appropriate configuration for iOS
  • Place the config files in the appropriate platform folders
  1. Run the app flutter run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors