In this tutorial we will learn to integrate Firestore database in our flutter applications to provide dynamic content to our users. In this first part we will integrate the plugin, setup the Firestore database and perform read operation.
Links ——————-
Creating a new firebase project (https://youtu.be/f6PrF22rqnI?t=42)
Adding firebase config to our app (https://youtu.be/f6PrF22rqnI?t=183)
Source Code(https://github.com/lohanidamodar/flutter_firestore_crud)