At the moment, I am developing a basic CRUD Angular application with Firebase as the backend. The app consists of a simple table displaying a list of students. When it comes to adding a new student, a popup appears with fields for name, group, mark, and avatar. I am using a reactive form to manage input values. However, I am facing an issue when trying to upload avatars with large file sizes as Firebase has limits on the length of strings that can be stored. Does anyone have suggestions on how I can successfully upload avatars with large file sizes in Firebase? Any help would be greatly appreciated. Please excuse any language errors in my message.