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
In the logs, {"metadata":{"emulator":{"name":"firestore"},"message":"Oct 22, 2020 2:29:52 PM com.google.cloud.datastore.emulator.impl.util.WrappedStreamObserver onError\nINFO: operation failed: the stored version (1603369765688732) does not match the required base version (0)\n"}} [2020-10-22T12:29:54.916Z] Oct 22, 2020 2:29:54 PM com.google.cloud.datastore.emulator.impl.util.WrappedStreamObserver onError INFO: operation failed: the stored version (1603369765688732) does not match the required base version (0) {"metadata":{"emulator":{"name":"firestore"},"message":"Oct 22, 2020 2:29:54 PM com.google.cloud.datastore.emulator.impl.util.WrappedStreamObserver onError\nINFO: operation failed: the stored version (1603369765688732) does not match the required base version (0)\n"}} [2020-10-22T12:29:55.003Z] Oct 22, 2020 2:29:55 PM com.google.cloud.datastore.emulator.impl.util.WrappedStreamObserver onError INFO: operation failed: the stored version (1603369765688732) does not match the required base version (0) {"metadata":{"emulator":{"name":"firestore"},"message":"Oct 22, 2020 2:29:55 PM com.google.cloud.datastore.emulator.impl.util.WrappedStreamObserver onError\nINFO: operation failed: the stored version (1603369765688732) does not match the required base version (0)\n"}}
The text was updated successfully, but these errors were encountered:
@lovebug356 Thanks for filing this. The error message you are seeing is actually from the Emulator. The code snippet you provided should work, so I would be interested in your client logs. These logs will contain all communication with the emulator.
You can enable logging by invoking firebase.firestore.setLogLevel('debug').
Hey @lovebug356. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
Uh oh!
There was an error while loading. Please reload this page.
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
When clearFirestoreData is called, runTransaction does not work anymore.
Steps to reproduce:
When I add the following test case, it fails. I would expect that I can use a transaction after clearFirestoreData.
lovebug356@9b6b0b3
In the logs,
{"metadata":{"emulator":{"name":"firestore"},"message":"Oct 22, 2020 2:29:52 PM com.google.cloud.datastore.emulator.impl.util.WrappedStreamObserver onError\nINFO: operation failed: the stored version (1603369765688732) does not match the required base version (0)\n"}} [2020-10-22T12:29:54.916Z] Oct 22, 2020 2:29:54 PM com.google.cloud.datastore.emulator.impl.util.WrappedStreamObserver onError INFO: operation failed: the stored version (1603369765688732) does not match the required base version (0) {"metadata":{"emulator":{"name":"firestore"},"message":"Oct 22, 2020 2:29:54 PM com.google.cloud.datastore.emulator.impl.util.WrappedStreamObserver onError\nINFO: operation failed: the stored version (1603369765688732) does not match the required base version (0)\n"}} [2020-10-22T12:29:55.003Z] Oct 22, 2020 2:29:55 PM com.google.cloud.datastore.emulator.impl.util.WrappedStreamObserver onError INFO: operation failed: the stored version (1603369765688732) does not match the required base version (0) {"metadata":{"emulator":{"name":"firestore"},"message":"Oct 22, 2020 2:29:55 PM com.google.cloud.datastore.emulator.impl.util.WrappedStreamObserver onError\nINFO: operation failed: the stored version (1603369765688732) does not match the required base version (0)\n"}}
The text was updated successfully, but these errors were encountered: