skip to Main Content

Firebase functions: Can not read property https of undefined – Shopify

During firebase deploy in terminal, I get an error on this line: // index.js in the output folder const firebase_functions_1 = __importDefault(require("firebase-functions")); exports.buyUsedServer = firebase_functions_1.default.https.onRequest(express); // index.ts in the source folder import firebaseFunctions from 'firebase-functions'; export const buyUsedServer = firebaseFunctions.https.onRequest(express);…

VIEW QUESTION
Back To Top
Search