Yuchen Shi

Results 129 comments of Yuchen Shi

Thanks for the use cases and I've tracked this as a feature request. We are unable to promise any timeline for this, but if others also have this request, adding...

I've filed a feature request internally as b/160626909.

We have no ETAs or timelines to share at this point. For internal tracking purposes: b/174250639.

This feature request is now internally tracked as b/160627635.

New internal issue created for this: b/160627150

I've filed a bug internally as b/160627975. ---- @joeljfischer This bug is about `Auth.auth().currentUser.isAnonymous` not being updated. However, linking an anon user with Apple Sign-in still works fine (minus this...

As noted, [`setLogLevel('error')`](https://github.com/firebase/quickstart-testing/blob/8c0b7db5616e09824a6f44415e4128d2d8dd4fa2/unit-test-security-rules-v9/test/firestore.spec.js#L28-L30) or above is the only workaround for now. Ideally, we'd want to silence these errors when `assertFails` is used, but it's quite challenging to implement. `assertFails` takes...

The linked source file on GitHub contains a full working example. https://github.com/firebase/quickstart-testing/blob/8c0b7db5616e09824a6f44415e4128d2d8dd4fa2/unit-test-security-rules-v9/test/firestore.spec.js#L28-L30 tl;dr: 1. Import / require `setLogLevel` from `firebase/firestore`: `const { setLogLevel } = require('firebase/firestore')` 2. You'd usually want...