Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make DataReference.transaction() have a firebase-compatible API #48

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    c50702e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223b2bf View commit details
    Browse the repository at this point in the history
  3. Move db in DataReference into [_private]

    This makes DataReferences not include any non-private fields, which matches firebase's DataSnapshot class
    fahhem authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    dcf5b5a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    20ed05f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78efb5 View commit details
    Browse the repository at this point in the history
  3. Add typing

    fahhem authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    968dc0a View commit details
    Browse the repository at this point in the history