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
- Part I β Firebase and Flutter Setup
- Part II β CRUD operations
- Part III β Firebase for Flutter Web (Coming soon!)
- Part IV β Dealing with complex queries (Coming soon!)
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!
- Twitter @joshuamdeguzman
- Github @joshuadeguzman
Top comments (0)