-
Notifications
You must be signed in to change notification settings - Fork 401
Description
Is your feature request related to a problem? Please describe.
Download URLs are one of the most convenient ways to display content from Cloud Storage for Firebase, but right now they can only be created on the client.
There has been extensive discussion of this on the Cloud side, and their basic stance is "we don't like the Firebase URLs and we don't think you should be able to make them": googleapis/nodejs-storage#697
As a result the best documentation on how to make these URLs on the server is this massive StackOverflow answer:
https://stackoverflow.com/questions/42956250/get-download-url-from-file-uploaded-with-cloud-functions-for-firebase/56010225#56010225
Describe the solution you'd like
A simple getDownloadURL()
method in the Node.js Admin SDK
Describe alternatives you've considered
None
Additional context
None