Skip to content

Releases: FirebaseExtended/rxfire

6.0.5

01 Sep 00:01
f74e899
Compare
Choose a tag to compare
  • Fix version range to support Firebase v9 through v10.

6.0.4

28 Aug 17:29
df3b568
Compare
Choose a tag to compare
  • SnapshotOptions for docData() and collectionData().
  • Firebase 10
  • Fix initial empty query bug
  • TypeScript 5
  • Precise typing for snapToData()
  • COUNT(*) observables: collectionCount() and collectionCountSnap()

6.0.3

20 Oct 17:04
83a366f
Compare
Choose a tag to compare

What's Changed

  • Add docs for functions (#30)
  • Fix broken imports for Remote config and Performance (#41)

Full Changelog: 6.0.2...6.0.3

6.0.2

15 Sep 19:06
8a3efd1
Compare
Choose a tag to compare

Update RxFire's httpsCallable types to align with the JS SDK's httpsCallable (#34)

6.0.1

09 Sep 03:56
134e497
Compare
Choose a tag to compare
Don't splat in snapToData (#33)

* Don't splat in `snapToData` so classes returned by a converter aren't thrown away
* `snapToData` should also handle null and non-objects that might be return by converters
* Bump versions
* Add tests back into canary/release script
* Addressed some flaky tests
* yarn.lock was showing in the github diff, mark as generated

6.0.0

25 Aug 16:23
494dfc0
Compare
Choose a tag to compare
Release v6 (#28)

6.0.0-rc.2

25 Aug 09:44
d81a565
Compare
Choose a tag to compare
6.0.0-rc.2 Pre-release
Pre-release
Merge pull request #1 from FirebaseExtended/exp

Compatibility with `firebase@exp`

6.0.0-rc.1

20 Aug 18:34
Compare
Choose a tag to compare
6.0.0-rc.1 Pre-release
Pre-release
Bumping firebase

6.0.0-rc.0

19 Aug 19:07
Compare
Choose a tag to compare
6.0.0-rc.0 Pre-release
Pre-release
Moving actions to firebase@next

5.0.0-rc.3

23 Jul 15:08
22ab654
Compare
Choose a tag to compare
5.0.0-rc.3 Pre-release
Pre-release

Add conditional exports for Node.js (#23)