cant make firebase cloud function public
i recently created a simple cloud function in firebase to get http responses from an endpoint. But every time i make a request, i'm getting a 401 with the message "The request was not authorized to invoke this service" I…