Skip to content

Releases: fwal/effect-firebase

v0.11.0

27 Apr 14:00
Immutable release. Only release title and notes can be modified.
598e7ef

Choose a tag to compare

0.11.0 (2026-04-27)

🚀 Features

  • add support for recursive deletes (092544de5)

v0.10.0

26 Mar 11:21
ce4856e

Choose a tag to compare

0.10.0 (2026-03-26)

🚀 Features

  • add document path annotation to logs (5f7169a)

🩹 Fixes

  • properly encode array field values (b9d8b2d)

v0.9.1

11 Mar 09:27
3d0a487

Choose a tag to compare

0.9.1 (2026-03-11)

🩹 Fixes

  • add missing yield in onDocumentUpdatedEffect (bb715ab)

v0.9.0

08 Mar 21:51
f2bcfd2

Choose a tag to compare

0.9.0 (2026-03-08)

🚀 Features

  • Add support for deletable fields (c2f1588)
  • Add support for array atomic updates (8a297a9)
  • Add array support and isolate fields (bd35fb8)

v0.8.1

06 Mar 15:03
0af3950

Choose a tag to compare

0.8.1 (2026-03-06)

🩹 Fixes

  • Make sure timestamps are correctly passed (1046bfb)
  • Add spans to cloud functions

v0.8.0

04 Mar 15:04
ddeb7c6

Choose a tag to compare

0.8.0 (2026-03-04)

🚀 Features

  • Add support for deleting fields (38ce66d)

v0.7.0

25 Feb 10:35
8a641e7

Choose a tag to compare

0.7.0 (2026-02-25)

🚀 Features

  • ⚠️ Enable passing app and firebase instance (9fc4cee)
  • ⚠️ dataSchema is renamed to schema on onTaskDispatchedEffect (9fc4cee)
  • Loosened peer dependency versions

⚠️ Breaking Changes

  • Enable passing app and firebase instance (9fc4cee)
  • dataSchema is renamed to schema on onTaskDispatchedEffect (9fc4cee)

v0.6.10

23 Feb 14:00
707be14

Choose a tag to compare

v0.6.10 Pre-release
Pre-release

0.6.10 (2026-02-23)

  • Add explicit return type for repositories
  • Update Firebase dependencies

v0.6.9

23 Feb 13:20
f8b4dfc

Choose a tag to compare

v0.6.9 Pre-release
Pre-release

0.6.9 (2026-02-23)

🚀 Features

  • Add support for cloud task triggers (423946a)

v0.6.8

13 Feb 07:07
455ca58

Choose a tag to compare

v0.6.8 Pre-release
Pre-release

0.6.8 (2026-02-13)

🚀 Features

  • BREAKING: Pass admin app through a service (7aa8b8a)

🩹 Fixes