Skip to content

Releases: mikkopaderes/ember-cloud-firestore-adapter

v3.0.0

17 Nov 13:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v3.0.0

v2.3.1

12 Nov 07:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

24 Jul 10:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.3.0

v2.2.2

11 Mar 03:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

06 Mar 06:58
e6a7a98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

19 Jan 06:26
58859a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

01 Nov 00:59
599236f
Compare
Choose a tag to compare

This release marks the transition of this addon towards Firebase Modular SDK. To make use of it, use the cloud-firestore-modular adapter and serializer (see docs).

The Compat SDK adapter and serializer will now be in maintenance mode and will be dropped on Firebase v10 release, so I recommend everyone to transition to the new one moving forward.

Changelog:

  • Fix example (#196)
  • Implement fastboot wrapper import (#199)
  • Convert TimestampTransform to Modular SDK (#200)
  • Migrate authentication to Firebase Modular SDK (#201)
  • Use internal import for Timestamp transform (#202)
  • Migrate generateIdForRecord to modular SDK (#203)
  • Support Firestore Modular SDK through new Adapter and Serializer (#204)

v2.0.2

02 Oct 02:18
f33db55
Compare
Choose a tag to compare

Changes:

  • [FIX] Fix service worker not using compat SDK (#193)

v2.0.1

27 Sep 05:48
f9fe5e5
Compare
Choose a tag to compare

Changes:

  • [BUGFIX] Fix FastBoot being imported when it is optional (#190)

v2.0.0

27 Sep 01:28
278961d
Compare
Choose a tag to compare

This is a breaking change release that adds support to Firebase v9. See #178 for the quest to support the modular SDK version.