# Auth App
This Flutter app provides a user interface for authentication using Firebase Authentication.
The backend and Firebase integration are currently under development.
## Features
- User Sign Up
- User Sign In
- Forgot Password
- UI Components (TextField, Button)
## Getting Started
To get started with this project, follow these steps:
### Prerequisites
- Make sure you have [Flutter](https://flutter.dev/docs/get-started/install) installed on your machine.
- Clone this repository:
```bash
https://github.com/saim-x/FlutterAuthApp.git-
Navigate to the project directory:
cd auth_app -
Install dependencies:
flutter pub get
Run the app on an emulator or connected device:
flutter runThe Firebase and backend integration for this project is currently under development. Follow the steps below to integrate Firebase Authentication:
- Create a Firebase Project.
- Add your Android/iOS app to the Firebase project.
- Download and add the
google-services.json(Android) orGoogleService-Info.plist(iOS) file to the respective app folders. - Enable Firebase Authentication in the Firebase console.
Contributions are welcome! If you have suggestions, bug reports, or feature requests, please open an issue.
