Vue.js 3 Options API Masterclass - Uploading and Storing Images - Securing Files with Firebase Storage Rules
In this lesson, we secure the user's avatar by putting Firebase Storage rules into place. The rules do 2 things for us:
- They allow anybody to view the image while preventing anybody but the uploader to modify the image
- Validate the file type to ensure the file upload is an image