Skip to content

Jaga0001/Login_Page_App

Repository files navigation

Login Page

A Simple Login page using Flutter and Firebase Authentication. Firestore is used as the backend to access the database. This project serves as a starting point for Flutter applications and demonstrates integration with Firebase services.

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

  1. Clone the repository:

    git clone https://github.com/Jaga0001/Login_UI.git
    cd Login_UI
  2. Install Flutter dependencies:

    flutter pub get
  3. Set up Firebase:

    • Go to the Firebase Console.
    • Create a new project.
    • Add an Android app and download the google-services.json file. Place it in android/app/.
    • Add an iOS app and download the GoogleService-Info.plist file. Place it in ios/Runner/.
    • Enable Firebase Authentication and Firestore in the Firebase console.

Running the App

To run the app, use the following command in the project directory:

flutter run

Frame 1

About

A simple login using flutter and firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published