Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 471 Bytes

File metadata and controls

3 lines (2 loc) · 471 Bytes

#Flutter + Firebase

In this part of workshop codelab, you'll learn how to use Firebase in Flutter app. The app helps new parents choose baby names by letting friends and family vote for their favorites. Specifically, the app accesses a Cloud Firestore database, and a user action in your app (i.e., tapping a name option) updates the database using a transaction.