I'm using Firebase for images storage. However, I find after I upload the image, the image name will keep the same name as on the local device. It means that, if I upload two images with the same name, the previous one will be replaced. Is there a default Firebase method can automatically generate image name and keep them both? Or should I generate unique image name by myself?
Asked
Active
Viewed 609 times
1 Answers
1
According to this Answer, It was left for the developer to specify the file name, firebase will not handle it for you.

Community
- 1
- 1

Ahmed Ashraf
- 2,795
- 16
- 25