Brian M Hunt

Results 223 comments of Brian M Hunt
trafficstars

FWIW we are just now successfully using bun to run firestore rules testing against the emulator with @firebase/rules-unit-testing. Very few issues (and we got to remove a bunch of workarounds...

Noting the potential workaround, to prefer the REST API and avoid GAX, might help here. ```ts const db = initializeFirestore(firebaseApp, { preferRest: true }); ```

@JZubero unfortunately we are continuing to experience problems. We consistently see this species. ![Image](https://github.com/user-attachments/assets/a115657b-fda9-41ee-8c94-fe192a59443c) ``` > bun pm ls | grep -i fire ├── [email protected] ├── [email protected] ├── [email protected] ```...