From 2f0cd62d74d8e74782e4e8f5af6e41e6c421b519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kan=C4=9Bra?= <50818204+MartinKanera@users.noreply.github.com> Date: Wed, 2 Sep 2020 18:59:39 +0200 Subject: [PATCH] Update firebase.ts --- plugins/firebase.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/plugins/firebase.ts b/plugins/firebase.ts index 011d6a3..2ef80e1 100644 --- a/plugins/firebase.ts +++ b/plugins/firebase.ts @@ -2,16 +2,7 @@ import * as firebase from 'firebase/app'; import 'firebase/auth'; import 'firebase/firestore'; -const firebaseConfig = { - apiKey: 'AIzaSyBp95Odjc3I3WG7k4DGSSqb9LZC1FKExZQ', - authDomain: 'dashub-ecfb7.firebaseapp.com', - databaseURL: 'https://dashub-ecfb7.firebaseio.com', - projectId: 'dashub-ecfb7', - storageBucket: 'dashub-ecfb7.appspot.com', - messagingSenderId: '874351010489', - appId: '1:874351010489:web:e54fc45f23d51834923168', - measurementId: 'G-3F2M69JSHM', -}; +const firebaseConfig = {}; export const provideFirebase = () => { if (firebase.apps.some((app) => app?.name === 'default')) {