Does Firebase Storage have ability to detect when duplicate images are upload?

0

I am uploading two of the same pictures and displaying their respective downloadUrl in a React component. The result is that the first download link generated will be deleted after a short period.

I am wondering if this is because the two pictures have the same medadata. Which makes me believe that google has some system in place to catch spam. Even if that isn't the issue I would like to know more about google storage security. As I can't seem to find much on this topic.

naethan

Posted 2019-04-16T03:06:31.793

Reputation: 1

No answers