Creating a document for each user in firestore using swiftUI
My swiftUI app creates a new ‘favourites’ Firestore document for each new user (authenticated with Firebase Auth) after they sign up.
Best SwiftUI & Firesbase practice / structure for updating the “view count” of a post per each unique user?
I have a simple feed view set up already that shows a list of fetched posts within a SwiftUI Scroll View and LazyVStack. However I want to incorporate a sort of analytics view by counting how many individual unique “views” a post gets.