The Mario Auth project is an Android application that leverages Firebase for user authentication. Upon successful login, the application provides users with personalized information, including their registered email and registration date. This project utilizes Java and XML for Android app development and integrates Firebase for authentication services.
- User Authentication: Utilizes Firebase authentication to allow users to log in securely.
- Personalized Information: After logging in, the app displays the user's registered email and registration date.
- Integration with Firebase: Utilizes Firebase Authentication and Firebase Realtime Database to manage user authentication and store user metadata.
- Android Studio: Primary IDE for Android app development.
- Java: Programming language for app logic and functionality.
- XML: Used for designing the user interface (UI) of the application.
- Firebase Authentication: Provides backend services for user authentication.
- Firebase Realtime Database: Stores user metadata and registration information securely.
To run the Mario Auth application on your local machine, follow these steps:
- Clone the Repository:
git clone https://github.com/your-username/Mario-Auth.git