Firebase storage reliability

Is there a chance that a file referenced by my app in the firebase storage can get deleted by whatever reason and the link becomes orphaned?

Would it be worth copying a file to another storage (say s3) and maintaining a firebase URL to S3 URL mapping for redundancy purpose?

Yes, if you remove a link to the file, we will eventually delete it.