From 487de6b6359101cfa879b7490734a9168bd8e7b5 Mon Sep 17 00:00:00 2001 From: Peter Friese Date: Tue, 19 Nov 2024 17:37:23 +0100 Subject: [PATCH] Clean up Firebase config Signed-off-by: Peter Friese --- Examples/FriendlyFlix/firebase.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Examples/FriendlyFlix/firebase.json b/Examples/FriendlyFlix/firebase.json index c46f2c5..662cd4e 100644 --- a/Examples/FriendlyFlix/firebase.json +++ b/Examples/FriendlyFlix/firebase.json @@ -3,29 +3,12 @@ "auth": { "port": 9099 }, - "hosting": { - "port": 5000 - }, "dataconnect": { "port": 9399 }, - "ui": { - "enabled": true - }, "singleProjectMode": true }, "dataconnect": { "source": "./dataconnect" - }, - "hosting": { - "source": "app", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ], - "frameworksBackend": { - "region": "us-central1" - } } }