react-native-firebase icon indicating copy to clipboard operation
react-native-firebase copied to clipboard

feat(firestore): add support for onSnapshotsInSync

Open SelaseKay opened this issue 8 months ago • 5 comments
trafficstars

Description

Currently the firebase-js-sdk has an onSnapshotsInSync API and react-native-firebase does not

This PR (when complete) will close that feature gap)

Related issues

Release Summary

Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
    • [ ] Yes
  • My change supports the following platforms;
    • [ ] Android
    • [ ] iOS
    • [ ] Other (macOS, web)
  • My change includes tests;
    • [ ] e2e tests added or updated in packages/\*\*/e2e
    • [ ] jest tests added or updated in packages/\*\*/__tests__
  • [ ] I have updated TypeScript types that are affected by my change.
  • This is a breaking change;
    • [ ] Yes
    • [ ] No

Test Plan


Think react-native-firebase is great? Please consider supporting the project with any of the below:

SelaseKay avatar Feb 28 '25 16:02 SelaseKay