-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
AngularFireDatabase doesn't execute functions when an empty list should be returned #1220
Comments
Same here, also |
K, I fixed in AFS I'll grab AFDB tonight + cut a new RC. |
FYI this is a little trickier with RTDB + the new arch. Still in progress. |
Thanks James |
Heads up, getting this as well...
but:
fires with I had the listener setup with later functions |
Hello, seems like the AngularFireDatabase is not handling empty lists in the observables.
When i call the method with an email that exists in my realtime database, everything is fine, but if the observable should return an empty list, it is not triggered.
The text was updated successfully, but these errors were encountered: