Firebase – How to get documents for currently logged in User using Firestore?
I have this structure in my Firestore, I want the logged-in user to be able to get all image URLs and other fields such as name, price, and description that are associated with that userID. This info will be loaded…