Like Firestore security rules, Firebase Storage security rules control who can access files that are uploaded by your users in your application.
For example, by setting the storage rules, you can only allow a user to upload/send images if they are authenticated (e.g. Email, Google Sign-in, etc.).