getSignedURL() called from firebase cloud function gives permission denied error ( firebase-functions v2)
I need to download html pages only for authenticated users, pages are stored in "Firebase Storage" as html. I get the right action by using the bellow firebase cloud function (v2) (getReportForUser) using getDownloadURL() (commented-out) , the problem is that…