I'm wondering if it's possible to manually assign an image file that's already located in my assets file to an object property. For example, I have an image located at 'assets/images/ProfilePlaceholder.png'.
Can I give an object property, say data.image a value equal to the image file so it can be uploaded to Firebase storage? My project is written with Typescript.