0

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?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
TommyQu
  • 509
  • 5
  • 18

1 Answers1

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