ir0nstone / Twooter

A simple implementation of an app like Twitter, created to teach myself how to use Firebase and how to integrate it with Flutter.
0 stars 0 forks source link

Twoots now upload #3

Closed ir0nstone closed 2 years ago

ir0nstone commented 2 years ago

When we write a twoot, the title and text are uploaded to Cloud Firestore and stored in the posts collection. These posts then appear correctly in the Feed tab.