Flutter – How can I write a query to check if a collection is missing from the database?
I'm building an app in Flutter that uses Cloud Firestore to store user records. I also want to save the application settings to Cloud Firestore. For example, the application will use several design templates to choose from. Data about the…