I am using Firestore in the browser with offline mode.
How can I check, if there are any updates applied on my client but not yet transacted on the server?
I would like to check this, without knowing the specific documents. I want to know if there are such updates to ANY documents.
waitForPendingWrites. Like: if the task you get from that immediately is completed, there were apparently not pending writes?