angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Features

Open rellington71 opened this issue 3 years ago • 2 comments

Would love to see the new features from Firestore integrated into AngularFire. Mainly "Aggregation Queries".

Version info

Angular:

Firebase:

AngularFire:

Other (e.g. Ionic/Cordova, Node, browser, operating system):

How to reproduce these conditions

Failing test unit, Stackblitz demonstrating the problem

Steps to set up and reproduce

Sample data and security rules

Debug output

** Errors in the JavaScript console **

** Output from firebase.database().enableLogging(true); **

** Screenshots **

Expected behavior

Actual behavior

rellington71 avatar Jan 31 '23 23:01 rellington71

We're behind on typescript and are due for a breaking release to fix that. Once we do that we'll be able to adopt the latest features from the JS SDK.

jamesdaniels avatar May 27 '23 04:05 jamesdaniels

I would also like to have "Aggregation Queries" in Angular Fire.

I would like to use count: https://firebase.google.com/docs/firestore/query-data/aggregation-queries to implement server side paging.

SiebeDom avatar Sep 30 '23 09:09 SiebeDom