The Quiz App is an engaging Android application that provides users with interactive quizzes to test their knowledge on various topics. The app is developed using Java and integrates Firebase services for authentication, question management, and leaderboard tracking.
- Firebase Authentication: Users can securely log in to the app using their Firebase accounts.
- Firebase Firestore: Efficiently manages the database of questions, answers, and user scores.
- Dynamic Question Updates: Questions can be added or modified in the Firebase Firestore, enabling easy scalability.
- Quiz Gameplay: Users can select and attempt quizzes on different topics.
- Leaderboard: Displays the highest scores achieved by users, promoting competition and engagement.
- Android Studio: The integrated development environment for Android app development.
- Java: The programming language used for developing the app.
- Firebase Authentication: Provides secure user authentication.
- Firebase Firestore: Cloud-hosted NoSQL database for question management and user scores.