Is it feasible to manually link an image file from the assets folder to an object property? Let's say I have an image stored at 'assets/images/ProfilePlaceholder.png'.
Would it be possible to assign the image file as a value to an object property, such as data.image, for uploading to Firebase storage? My project is coded in Typescript.