https://github.com/siddhant-vij/flutter-firebase-quiz-app
Full Stack Quiz App built with Flutter & Firebase. Practice project from scratch to a production-ready iOS/Android app using real-world cloud infrastructure.
https://github.com/siddhant-vij/flutter-firebase-quiz-app
animation firebase firestore flutter json-serializable state-management streams user-authentication
Last synced: 3 months ago
JSON representation
Full Stack Quiz App built with Flutter & Firebase. Practice project from scratch to a production-ready iOS/Android app using real-world cloud infrastructure.
- Host: GitHub
- URL: https://github.com/siddhant-vij/flutter-firebase-quiz-app
- Owner: siddhant-vij
- License: mit
- Created: 2024-02-10T13:41:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T06:54:28.000Z (over 1 year ago)
- Last Synced: 2025-01-16T19:37:00.923Z (4 months ago)
- Topics: animation, firebase, firestore, flutter, json-serializable, state-management, streams, user-authentication
- Language: Swift
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Flutter Firebase Quiz App
### 🕊️ Goals
- 👨🎤 Build a complete Flutter app with Firebase
- 🐦 Master most common Flutter widgets
- 🔏 User Authentication (Apple, Google, Anonymous)
- ⚒️ State Management with Provider
- 🔥 Model relational Firestore data
- 🎭 Animation for realtime data streams
- ⚓ Organize large Flutter projects
- 🤖 Firestore -> Dart Classes with JSON Serializable
- 🚀 Deploy to the Apple App Store and Google Play### Usage
```
git clone https://github.com/siddhant-vij/Flutter-Firebase-Quiz-App.git quiz_app
``````
cd quiz_app
``````
flutter run
```