we have large dataset in firebase, we want to get child count from given timestamp, currently only way we are able to achieve is load all the data to the client.
Is there any firebase API to just get count from given point instead of loading complete data to the client?