Vue.js 3 Options API Masterclass - Uploading and Storing Images - Uploading Avatars to Firebase Storage During Registration
In this lesson, we improve the user experience during registration by allowing them to upload avatars directly instead of providing a url. Firebase storage allows us to store those images quickly and easily using the Firebase service we're already using.