Mila
Mila
Withholding this PR till the count query is ready to be released.
ported from https://github.com/firebase/firebase-js-sdk/pull/7982
ported from https://github.com/firebase/firebase-js-sdk/pull/7982
Adding `ListenSource` enum to `SnapshotListenOptions`. ``` const enum ListenSource { /** Listen to both cache and server changes */ Default, /** Listen to changes in cache only */ Cache }...
Move the tests into the `composite_index_query.test.ts` file.
Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion * Read the contribution guidelines (CONTRIBUTING.md). *...
fix: https://github.com/firebase/firebase-ios-sdk/issues/12613 revert the thread safe memoizer introduced in this pr: https://github.com/firebase/firebase-ios-sdk/pull/11781 @cherylEnkidu : This PR intends to fix the data race and memory leak issue. When using memorized field,...