You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(logout): remove returning of promise (handled by Cypress) - #9
* fix(callFirestore): support calling `update` by passing data - #10, #11 - @bettinatop22
* feat(docs): add full example for `callFirestore` - #7, #8 - @axacheng
Hello,
when I try to update a document in firestore it's not updated and an error occurs with the following message:
This is probably due to the fact that the data for update is not passed in the corresponding command:
cypress-firebase/src/buildFirestoreCommand.js
Line 48 in d7a8439
I tested it locally by passing the fixturePath as a third argument and it seems to be working as expected.
Let me know what you think. I'd happily submit a fix for this.
Thanks,
Bettina
The text was updated successfully, but these errors were encountered: