Process Flow - Firestore document model
Start: Create Collection
Add Document with ID
Add Fields (key-value pairs)
Document Stored in Collection
Query or Update Document
End
This flow shows how you create a collection, add a document with fields, and then store or query it in Firestore.