I'd like to allow users to have profile pictures. They usually small in size, so I'm happy to have a constraint on the picture size.
What's the best way to store these in Firestore?
Firestore docs mention that binary blob data type is supported. However, I struggled to find any reference or example in the documentation.
Or, maybe I should be looking at Uploading Files?