DEV Community

Joshua de Guzman
Joshua de Guzman

Posted on • Updated on

Flutter Firestore Series

series-1
series-2

Flutter πŸ’™ + Firestore πŸ”₯ = 🧑

Ever wonder how you can leverage the power of Cloud Firestore in your Flutter app? What you are about to read is a practical guide that is sure to help you do it.

What is Flutter?

Flutter is a UI toolkit that allows you to build beautifully designed and high performing applications for multiple platforms, with improved developer productivity.
Using a single codebase, you can deploy your apps to Android, iOS, web, and desktop.

What is Dart?

Dart is the programming language used in building Flutter apps. Dart supports object-oriented programming, class definitions, as well as garbage collection.
Knowing Java, C, or similar programming languages can come in handy if you’re just starting to learn Dart.

What is Firestore?

Cloud Firestore (a.k.a Firestore) is a flexible, and scalable database for mobile, web and server development. It keeps your data in-sync across multiple clients through realtime listeners and offers offline support for both mobile and web.

Show some πŸ’™ for this series

Flutter Firestore Series

Resources

For Flutter trainers and organizers, I have written this in a codelab format β€” please check it out!

If this helped you, please don’t forget to ⭐ the repo. Thank you!

Let's connect!

Top comments (0)