This visual execution shows how to create collections and documents in Firestore. First, connect to Firestore. Then select or create a collection named 'users'. Next, create a document reference 'user1' inside that collection. Then set data on the document with fields like name and age. Firestore automatically creates the collection and document if they don't exist. Finally, confirm the data was saved successfully. The execution table tracks each step's state changes. Key moments clarify common confusions about automatic collection creation and document data setting. The quiz tests understanding of these steps and states. This process helps beginners see how Firestore organizes data and how to add new records safely.