-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
also for push() |
Also |
Any updates? |
I will implement them as soon as I get some free time. |
If anyone is interested, over the past couple of months I have contributed my implementation of |
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'. |
It would also be nice to have |
Also please add |
Are there any plans to implement
onValue
andget
? They currently return null.The text was updated successfully, but these errors were encountered: