Skip to content

Commit

Permalink
feat(firestore): adjust transactions schema
Browse files Browse the repository at this point in the history
  • Loading branch information
linden committed Sep 13, 2022
1 parent eddbdf5 commit 6cdc5c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/firestore/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@ const schema = {
"key": "ID",
"fields": {
"ID": "ID",
"userID": "userID",
"user": "user",
"campaignID": "campaignID",
"campaign": "campaign"
}
}
Expand Down

0 comments on commit 6cdc5c5

Please sign in to comment.