romanejaquez / flutterweb-codelab2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Web Codelab (pt. 2) - Firebase Integration: Cloud Firestore

Overview

Welcome to the exciting world of Flutter Web!

In this workshop, you've been building your own personal portfolio Flutter web app, with hard-coded data. In a real-life scenario, you might want to pull the data that feeds your portfolio web app from another source (an external source like a backend service, a database) and that's where Firebase comes in!

What is Firebase?

Firebase is an app development platform that helps you build and grow apps and games users love. Backed by the Google Cloud and trusted by millions of businesses around the world, and it contains a suite of products for building robust mobile, web and desktop apps that can scale to billions of users.

In this session we'll be using Firebase Cloud Firestore, a NoSQL document database that lets you easily store, sync, and query data for your mobile and web apps - at global scale. One of its best features is its serverless nature, in which you can stand up a Firebase backend without provisioning your own servers. You can access Cloud Firestore with traditional client libraries such as Node, Python, Go and Java.

We will be working on the Free-Tier of Firebase (Spark - No cost $0/month) and you can see the full plan details and the decent quotas you get under this tier, which is enough to get started, by clicking on this link.

Please don't forget to follow me on social media:

About


Languages

Language:HTML 100.0%