An open API service indexing awesome lists of open source software.

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.

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
```