In this article, we will add Cloud Firestore to a Flutter application, perform different read, write operation and use some queries to retrieve data. You can Download Source Code via Github. Get Started With Cloud Firestore Create Project on https://console.firebase.google.com/ Add App in Firebase console (Android and iOS) Download google-service.json file…
View More Flutter FirestoreTag: Firebase
Google sign-in & Firebase authentication
Social Sign-In is good option in Mobile app. In this article, I will explain How to implement Google Sign-In and Firebase authentication. You can Download Source Code via Github. Add the following libs to your pubspec.yaml file: Building UI main.dart Sign-In with Google Sign-out You can Download Source Code via Github. Set up a…
View More Google sign-in & Firebase authentication