Flutter – How can I add single field to firestore?
In order to save user credentials I use Firestore. In my app, I put an image picker only in the profile screen not in the authentication screen. I want the user to pick an image and upload it to Firebase…