From 1cb69e2995ab895a28a6301665e56b4ab9d3188b Mon Sep 17 00:00:00 2001 From: angelp03 Date: Thu, 7 Nov 2024 21:52:38 -0600 Subject: [PATCH] update firebase.json to remove functions dependency --- firebase.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/firebase.json b/firebase.json index 981cca7..6231afd 100644 --- a/firebase.json +++ b/firebase.json @@ -15,18 +15,5 @@ }, "database": { "rules": "database.rules.json" - }, - "functions": [ - { - "source": "functions", - "codebase": "default", - "ignore": [ - "node_modules", - ".git", - "firebase-debug.log", - "firebase-debug.*.log", - "*.local" - ] - } - ] + } }