what is the difference between get getSignedUrl() method I get on the Node.js vs getDownloadURL() on the SDKs? (I use flutter)
with getSignedUrl() I use in the cloud function, the returned url does not change when the image changes (with the same file name)
but getDownloadURL() on the client side code returns correct and varying urls when the image changes.