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
Currently firetype only allows 1 write/update/delete operation at a time. I'd like to add a way to expose the internals of these operations so they can be passed to a firestore.batch() instance.
The text was updated successfully, but these errors were encountered:
JackCuthbert
changed the title
Expose individual write methods to allow for batch operations
Add utility for exposing operations to a batch() method
Aug 6, 2020
Currently firetype only allows 1 write/update/delete operation at a time. I'd like to add a way to expose the internals of these operations so they can be passed to a
firestore.batch()
instance.The text was updated successfully, but these errors were encountered: