skip to Main Content

How to count collections in Firebase SwiftUI

I would like to get a count of items within the collection e.g. total number of images saved by users, so that I can display them in the app's home page. I have found this documentation from Firebase's website https://firebase.google.com/docs/firestore/query-data/aggregation-queries.…

VIEW QUESTION
Back To Top
Search