From cbcfff0c587c7e6eeb320c4a57d3b273ee95a4c9 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Tue, 21 May 2019 11:32:31 +0900 Subject: [PATCH] Update firebase config --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index ad9dd14..d6cfde6 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -13,7 +13,7 @@ export const environment = { projectId: 'disco-trip', storageBucket: 'disco-trip.appspot.com', messagingSenderId: '113728943338', - appId: '1:113728943338:web:366dabcdff057858' + appId: '1:113728943338:web:272fe6ec17c6a471' }, };