-
Notifications
You must be signed in to change notification settings - Fork 928
Query is not returning results #7726
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
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
You will see that the organisations collection is connected to; but it never (in 20 seconds) returns a value. |
We are tracking this issue, and will have a fix out soon. For now, you can use up to version 10.3.1. |
This is a duplicate of: #7652 |
@LanderBeeuwsaert, we released a fix for hanging queries so you can now use v10.5.2. |
Operating System
Windows 11
Browser Version
Chrome 118
Firebase SDK Version
10.5.0 ; angularFire 16.0.0; rxFire 6.0.5
Firebase SDK Product:
Analytics, AppCheck, Auth, Database, Firestore, Functions, Performance, Storage
Describe your project's tooling
angular cli 16.2
Describe the problem
Upgrade of firebase 9.2.3 to 10.5.0
in our automated testing that runs on playwright, there are now queries/connections of angularFire that never (after 20 seconds) resolve. This is consistent.
Steps and code to reproduce issue
I'm adding the code that actually calls angularFire to connect to Firestore.
I'm also adding the logging that has firestore logging set to debug
And the playwright trace file
The text was updated successfully, but these errors were encountered: