DEV Community

Discussion on: Fwitter - Flutter Based Twitter Clone

Collapse
 
thealphamerc profile image
Sonu Sharma 💙

Hey, it's nice to hear from you. I have migrated Fwitter from realtime to firestore database.
You can find migrated code in firestore branch.

Collapse
 
gurulndgit profile image
gurulnd-git

Can I know why you have migrated from firestore to realtime.... is realtime any better than firestore?

Thread Thread
 
thealphamerc profile image
Sonu Sharma 💙

No I didn't migrate firestore to realtime. In the beginning, I hadn't thought much about the database so I choose realtime db. Now I realize there are some limitations in realtime db so I decide to migrate it to firestore.

Thread Thread
 
gurulndgit profile image
gurulnd-git

Great! I too thought the same so... I went with firestore