-
Notifications
You must be signed in to change notification settings - Fork 373
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
[Firestore] Property 'aggregate' does not exist on type 'CollectionReference<DocumentData>' #2374
Comments
I found a few problems with this issue:
|
Same issue here blocking us from releasing a new feature. I can add that it seems like |
The cause of this is the following. |
Great find! Thanks @carlosbloqhouse ! |
I think something else is still off. Looking at the source I don't think |
Thanks @yuliankarapetkov for pointing this out. Should be fixed in #2396 and will be included in the major release next week. Thanks folks for your patience! |
Thanks @yuliankarapetkov for the change and @lahirumaramba for the update - could you please let us know when this release will be out? |
The changes are now released in Firebase Admin Node.js |
Getting error when using aggregate in nodejs - "firebase-admin": "11.11.0"
The text was updated successfully, but these errors were encountered: