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.
Before you begin, ensure you have met the following requirements:
- Flutter SDK: Install Flutter
- Firebase account: Create a Firebase account
- Dart SDK (comes with Flutter)
- An IDE such as Android Studio or Visual Studio Code
-
Clone the repository:
git clone https://github.com/Jaga0001/Login_UI.git cd Login_UI
-
Install Flutter dependencies:
flutter pub get
-
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 inandroid/app/
. - Add an iOS app and download the
GoogleService-Info.plist
file. Place it inios/Runner/
. - Enable Firebase Authentication and Firestore in the Firebase console.
To run the app, use the following command in the project directory:
flutter run