[PR #48] Make DataReference.transaction() have a firebase-compatible API #46

Open
opened 2026-05-23 08:37:24 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-core/pull/48
Author: @fahhem
Created: 8/2/2023
Status: 🔄 Open

Base: masterHead: fahhem/firebase-compat


📝 Commits (6)

  • c50702e Add option for firebaseCompat
  • 223b2bf firebase-compatible transaction
  • dcf5b5a Move db in DataReference into [_private]
  • 20ed05f Move db in DataReference into [_private]
  • c78efb5 Merge branch 'master' into fahhem/firebase-compat
  • 968dc0a Add typing

📊 Changes

2 files changed (+70 additions, -54 deletions)

View changed files

📝 src/acebase-base.ts (+10 -1)
📝 src/data-reference.ts (+60 -53)

📄 Description

Reference: https://firebase.google.com/docs/reference/js/v8/firebase.database.Reference#transaction


This change is Reviewable


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-core/pull/48 **Author:** [@fahhem](https://github.com/fahhem) **Created:** 8/2/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fahhem/firebase-compat` --- ### 📝 Commits (6) - [`c50702e`](https://github.com/appy-one/acebase-core/commit/c50702eda4bd2adfaea9bc54cd9e9fb0f24dfbc5) Add option for firebaseCompat - [`223b2bf`](https://github.com/appy-one/acebase-core/commit/223b2bf58d33a5e040b4ae47ce6281618f90d114) firebase-compatible transaction - [`dcf5b5a`](https://github.com/appy-one/acebase-core/commit/dcf5b5a6d40f256c4e16dadfdc9846de5be83390) Move `db` in DataReference into [_private] - [`20ed05f`](https://github.com/appy-one/acebase-core/commit/20ed05f3958aa39774703112eb821e71767adbd2) Move `db` in DataReference into [_private] - [`c78efb5`](https://github.com/appy-one/acebase-core/commit/c78efb518fb7a3a71c278bc782f7af46f4ee78c3) Merge branch 'master' into fahhem/firebase-compat - [`968dc0a`](https://github.com/appy-one/acebase-core/commit/968dc0a089ace8d51d551a56f60ecdf2d9b61a13) Add typing ### 📊 Changes **2 files changed** (+70 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `src/acebase-base.ts` (+10 -1) 📝 `src/data-reference.ts` (+60 -53) </details> ### 📄 Description Reference: https://firebase.google.com/docs/reference/js/v8/firebase.database.Reference#transaction <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/appy-one/acebase-core/48) <!-- Reviewable:end --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-23 08:37:24 -06:00
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#46
No description provided.