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 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 […]

Scroll to top