Hi There,
I'm Haley. I just started using Firebase and I'm absolutely loving it even though I'm a bit stuck at the moment. I'm using it with node js, and I have successfully uploaded to the storage with Google Cloud, the only issue is even though the url is right in Google's actual storage, in Firebases', it is just a uri?
For example: gs://urlofmine.appspot.com/photos/XIII8041-800x800.jpg
Three questions:
1. What do I do to ignore files that already exist instead of overwriting them?
2. How do I have "File Location" in Firebase show a full URL as opposed to a URI?
3. If the above question isn't possible, how do I retrieve the URI with Node?
Code I'm using: