Add a field onto the user data type to be of type image. Then add an input on a profile page or during the login and set the profile picture field to the value of that input when a button is pressed. You can add check a box on the image input to say that the input should not be empty to ensure that the user uploads an image.
This is exactly the video I was looking for, thanks Aanya. You explained this well as I'd been struggling with getting this to work. Thankyou 🙂
Glad it was helpful!
appreciate the video. thanks. when i try to type data into the fields, i get a message "please include an email". is this something you have faced ?
Very helpful video. Thank you!
So glad it helped!
Aanya, how do i ensure a user can upload their profile photo?
Add a field onto the user data type to be of type image. Then add an input on a profile page or during the login and set the profile picture field to the value of that input when a button is pressed. You can add check a box on the image input to say that the input should not be empty to ensure that the user uploads an image.
does the name automatically save into the data sheets?
The user is automatically created and added into the database but only the email is automatically saved. You need to save the name separately.