A simple Flutter app that demonstrates mobile phone OTP authentication using Firebase. The app consists of two pages: a login page where users enter their phone number, and an OTP verification page where users enter the OTP received on their phone.
- User-friendly login page for entering the phone number.
- OTP verification page to enter the OTP sent to the user's phone.
- Firebase integration for secure and seamless OTP verification.
(will be available soon)
- Clone the repository:
git clone https://github.com/puneethkotha/Dock-Unit
- Navigate to the project directory:
cd your-repo
- Install dependencies:
flutter pub get
- Configure Firebase:
- Create a new Firebase project and enable phone authentication.
- Add your Firebase configuration to android/app/google-services.json for Android and 'ios/Runner/GoogleService-Info.plist' for iOS.
- Run the app:
flutter run
Contributions are welcome! If you have any improvements or suggestions, feel free to open an issue or a pull request.
This project is licensed under the MIT License.