Hello!
I have a POST request that installs a .zip file on a client's shopify account on run.
I am storing the .zip files in FireBase.
Upon running in live mode on web app I am getting a ERR_BLOCKED_BY_CLIENT error.
I hace allUsers set to Cloud Functions Invoker, is there anything else I need to do to allow users to access firebase files in POST calls?