[GH-ISSUE #11] ref.observe() issues #10

Closed
opened 2026-05-23 08:36:25 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @appy-one on GitHub (Jul 14, 2021).
Original GitHub issue: https://github.com/appy-one/acebase-core/issues/11

Originally assigned to: @appy-one on GitHub.

While testing code changes I discovered there are some issues with ref.observe():

  • it returns a Promise instead of an Observable, because it is async, which it shouldn't be
  • doesn't work if the initial value of the target path doesn't exist.
Originally created by @appy-one on GitHub (Jul 14, 2021). Original GitHub issue: https://github.com/appy-one/acebase-core/issues/11 Originally assigned to: @appy-one on GitHub. While testing code changes I discovered there are some issues with `ref.observe()`: * it returns a `Promise` instead of an `Observable`, because it is `async`, which it shouldn't be * doesn't work if the initial value of the target path doesn't exist.
gitea-mirror added the
bug
label 2026-05-23 08:36:25 -06:00
Author
Owner

@appy-one commented on GitHub (Jul 14, 2021):

Fixes published in v1.6.1

<!-- gh-comment-id:880228243 --> @appy-one commented on GitHub (Jul 14, 2021): Fixes published in v1.6.1
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-core#10
No description provided.