Posts

Showing posts from July, 2019

Flutter Tutorial: Firebase (Cloud Firestore)

Image
Today, we are going to see how to connect to Firebase (Cloud Firestore) using flutter. Before we start, let's take take a look in some question below What is Firebase ? Firebase is a mobile and web application development platform developed by Firebase, Inc. in 2011, then acquired by Google in 2014 What is Cloud Firestore? is a NoSQL document database that lets you easily store, sync, and query data for your mobile and web apps - at global scale. What we what to create from this technology? We want to create a simple application called movie votes. From this very basic application, we will see how to configure Firebase which will ready for our project and how to perform get/insert/update/delete operation into Firebase (Cloud Firestore) using flutter. So, let's start... 1. Create new project Start to create a project name tutorial_firebase by run below command in command promt: 2. Clean up your basic code Once all set, open project using your favorite IDE (