Brian M Hunt
Brian M Hunt
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.  ``` > bun pm ls | grep -i fire ├── [email protected] ├── [email protected] ├── [email protected] ```...