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