You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this command everytime when clone this project or when you pull code.
To clean flutter project
Run command flutter clean
To update or get all added dependencies
Run command flutter pub get
About
The aim of this project is to create a Dart application that utilizes Firebase Firestore to efficiently store, manage, and manipulate data. This includes the ability to add, update, and delete data in real-time, providing a robust and scalable backend solution for data storage and retrieval.