Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 776 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 776 Bytes

Brew Crew

An application that is designed to take in orders from users in an office to allow a person taking coffee orders to make the right cup for each office user. This app works for a single office.

This application was made by following a tutorial by The Net Ninja on using Flutter and Firebase.

What I learnt

Having grasped the basics from my World Time App, I added to my knowledge:

  • Firebase usage (Firestore and Authentication)
  • Streams and Providers to constantly pass data that as it is updated in real time
  • Modelling for mobile applications