-
Notifications
You must be signed in to change notification settings - Fork 932
onChildAdded
events not working in Database v9.8.4 SDK
#6416
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
Comments
Hi @rorencio, thanks for reaching out. I tried replicating, but I wasn't able to reproduce the same behavior. If I can replicate the issue, I can have a better look into it. Please share a minimal, but complete sample of a project that I can run locally. |
Hey @rorencio. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Hi again, I am having issues to replicate the issue with a minimal sample project. As soon as I reduce it to a minimal project, everything works fine. Unfortunately, I can not share the full version of my project either. |
Thanks for the update, I've run a simple code and it is working fine on my end. I'm uncertain as to the cause of this inconsistent behavior. Let's leave the issue open for now, in case some of our engineers have an idea what caused this. Feel free to add more details. Thanks! |
This seems to be the only PR added in the 9.8.4 release, I'm not sure if anything in that would cause this effect. #6273 |
@rorencio - do you know if you were using |
Yes, that was totally my case as well! I've tried with the lastest version and it seems to work fine now! Thank you very much! |
Describe your environment
Describe the problem
After upgrading to version 9.8.4,
onChildAdded
events do not fire.Steps to reproduce:
Update to version 9.8.4, without changing the source code.
Relevant Code:
The text was updated successfully, but these errors were encountered: