Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ You should provide a vector of effect maps for each of the wanted operations und
the `:operations` argument.

```clojure
{:firestore/batch-write
{:firestore/write-batch
{:operations
[[:firestore/set {:path [:cities "SF"] :data {:name "San Francisco" :state "CA"}}]
[:firestore/set {:path [:cities "LA"] :data {:name "Los Angeles" :state "CA"}}]
Expand Down