In order to view this lesson, you must purchase this course.
Now that the necessary Firebase SDKs have been installed and the user authentication step is complete, let's dive into the code that allows more data persistence. First we'll implement the feature that saves a username into <b>Firebase Database</b>. Then we move onto using <b>UIImagePickerController</b> to allow the user selection of the profile image in our application.
Lastly, we upload the image into <b>Firebase Storage</b>, which conveniently gives us back a URL for retrieval later. Finally we take this URL and save it onto our user along with their username.