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
If update is called with the ID of a document that doesn't exist, it logs a message but goes on and adds an item for the nonexistent document to the transaction anyway, which might have unexpected consequences later. I'm guessing remove does the same thing, but I haven't tested it. I'd expect these operations not to add an item.
If
update
is called with the ID of a document that doesn't exist, it logs a message but goes on and adds an item for the nonexistent document to the transaction anyway, which might have unexpected consequences later. I'm guessingremove
does the same thing, but I haven't tested it. I'd expect these operations not to add an item.(#80 would subsume this issue.)
The text was updated successfully, but these errors were encountered: