Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.14 KB

File metadata and controls

38 lines (26 loc) · 1.14 KB

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