-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Description
snippets-node/firestore/main/index.js
Lines 162 to 169 in 5867388
var data = { | |
name: 'Los Angeles', | |
state: 'CA', | |
country: 'USA' | |
}; | |
// Add a new document in collection "cities" with ID 'DC' | |
var setDoc = db.collection('cities').doc('LA').set(data); |
The comment says that the code creates a document with the name 'DC', but the path is for a document with the name 'LA'. I believe the comment should say 'LA'.
Sorry if this has already been noticed, I'm still new to this.
Metadata
Metadata
Assignees
Labels
No labels