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

Implementation for remaining DatabaseReference methods #5

Open
Lootwig opened this issue Dec 16, 2021 · 8 comments
Open

Implementation for remaining DatabaseReference methods #5

Lootwig opened this issue Dec 16, 2021 · 8 comments

Comments

@Lootwig
Copy link

Lootwig commented Dec 16, 2021

Are there any plans to implement onValue and get? They currently return null.

@kencana16
Copy link

also for push()

@SamuMazzi
Copy link

Also update

@jja08111
Copy link

Any updates?

@sitatec
Copy link
Owner

sitatec commented Feb 1, 2022

I will implement them as soon as I get some free time.
Pull Request are also welcome ;)

@Zohenn
Copy link
Contributor

Zohenn commented Nov 14, 2022

If anyone is interested, over the past couple of months I have contributed my implementation of push, get, update and remove methods.

@Markus25021975
Copy link

Markus25021975 commented Jul 28, 2023

I'm using a FirebaseAnimatedList. When setting its query to MockFirebaseDatabase.instance.ref().child('users') I got the following error: type 'Null' is not a subtype of type 'Stream DatabaseEvent'.
This seems to be because of the missing implementations of onChildAdded, onChildRemoved, onChildChanged, onChildMoved. Is this correct? And if so, are there any plans to implement them?

@Simsen3142
Copy link

It would also be nice to have runTransaction included

@lockieRichter
Copy link

Also please add orderByChild and equalTo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants