The current image upload method follows the following process.
- Upload the image into Firebase storage as soon as the user uploads a file
- Get the URL from Firebase Storage
- Preview using the url
If a user adds images multiple times, the storage fills up with unnecessary files.
The current image upload method follows the following process.
If a user adds images multiple times, the storage fills up with unnecessary files.