Firebase – Unable to Deploy Cloud Functions – Permission denied to enable service [artifactregistry.googleapis.com]
I'm trying to deploy the default test function to check that everything works. const functions = require("firebase-functions"); exports.helloWorld = functions.https.onRequest((request, response) => { functions.logger.info("Hello logs!", {structuredData: true}); response.send("Hello from Firebase!"); }); But when I run firebase deploy or firebase deploy…