-
Notifications
You must be signed in to change notification settings - Fork 0
software
Annika Muecke edited this page May 12, 2022
·
5 revisions
- Middleware: connection from front-end to back-end
- Database: indicates UI for data penetration and memory persistence
- Server: offers resource-sharing content, web services, databases, file storage (Cloud?)
- as we only require a backend for storing our database in the cloud (and thus making it accessible simultaneously from several devices in the future), setting up our own infrastructure would be a complete overkill for the first prototype
- therefore, we decided to rely on a third party provider for our backend
| Firebase | Back4App | AWS (Amplify) | |
|---|---|---|---|
| Flutter + React | yes | yes | yes |
| cross-platform | yes | yes | yes |
| costs | 1 GB, 20k writes/day, 50k reads/day | 25k Requests/month, 250 MB Data Storage, 1 GB Transfer, 1 GB Storage | after 1 year: 0,01 |
| database | noSQL | noSQL | relational/ SQL |
All services perform more or less in a same manner. Therefore we choose Firebase since we get the best free conditions.
This sidebar is customized. You can add new pages here by clicking 'Edit sidebar' above. To see all pages that exist in the Wiki click here
Ef Score
Firebase
UI
Figma Screens
Flutter
- Dashboard
- Start Game Screen
- Authentication Screen
- App Settings
- Class Model and Data
- Feed
- First Steps
- Helper Screen
- Settings Screen
- State Management
- Testing
- String Management
- Helpers