Yuchen Shi

Results 129 comments of Yuchen Shi

Thanks for uploading the export. With that, I've successfully reproduced the issue and I've passed it on internally to the relevant teams. We are unable to promise any timeline for...

Also, I've isolated the issue to the Firestore emulator -- the issue can be reproduced even without the UI. However, the problem does not happen with non-realtime requests, such as...

@benomatis Sure! The mentioned workarounds are of course all about Firestore (not RTDB). Which part would you like further elaboration?

> so do you mean I create a node script like that, for example, export the data into, say, an array, delete it from firestore, then re-import it from said...

The Auth emulator requires a non-empty project ID to work properly. May I ask the reason behind `--project ""`?

Hi there! `useEmulator` does not return anything -- it side effects. Have you tried something like this? ```js firebase.auth().useEmulator('http://localhost:9099'); await firebase.auth().createUserWithEmailAndPassword("[email protected]", "password"); ```

Hi, thanks for filing this issue! Technically speaking, the Firestore Emulator does evaluate rules per listener since they may lead to different results (depending on query / auth / etc.),...

> I just encountered the exact same problem. Any news on a fix? Do the problem only affect the emulator? This is an emulator-only issue. Just to clarify, this emulator-only...

Hi, thanks for filing this issue! We are unable to promise any timeline for this, but if others also have this issue, adding a +1 on this issue can help...

> Also ran into this problem today. I'm running the emulator in a local MiniKube cluster behind TLS and I get a bunch of HTTPS/WSS errors. Is there anything blocking...