From f318d4e382b2e7c2a9de2d3cb8c04ed9a5b915de Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Mon, 20 Aug 2018 10:56:30 -0400 Subject: [PATCH] Turned off service worker for now --- src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 4db0124..994bb06 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ export const environment = { - production: true, + production: false, firebase: { apiKey: "AIzaSyC7BFq-px3_XBC4VbV5noRDB4yK2Gfvz24", authDomain: "fhsons-7e90b.firebaseapp.com",