Cloud storage allows you to store and manage user-generated content such as audio, images, and videos. It allows you to securely, quickly, and easily upload and download media from mobile devices and web browsers.
Firebase
Flutter Firestore Read Data Tutorial
Cloud Firestore is a no-SQL database that allows you to store data in documents which are contained and organized by collections. In previous post, we discussed the basics of Firestore and learnt how to write data to collections. In this article, we’ll go through the methods we can use to read data from Firestore in […]
How Do You Write To Firestore in Flutter
Cloud Firestore is a no-SQL database that stores data in documents that are organized by collections. Each collection can store plenty of documents which store data in fields mapping to values. Moreover, documents can contain sub-collection that in turn consist of various documents. Documents support many data types including strings, numbers, dates, objects, references, etc. […]
Flutter Firebase Firestore Tutorial
Cloud Firestore is a service provided by Google Firebase development platform. it’s a non-SQL cloud database to store and synchronize data for client and server side development. It’s database which mobile, web, and server apps can access via native SDKs via IOS, Android, or web apps. In other words, Firestore is a very effective tool […]
Flutter Facebook Authentication with Firebase
Social authentication such as Google and Facebook sign-in are user friendly methods to allow users to sign in to your apps within seconds. Firebase Authentication provides pre-built methods to implement social authentication using Flutter. In this article, we’ll learn how to implement Flutter Facebook Authentication with Firebase. So, without further ado, let’s dive right into […]