Skip to content

Commit

Permalink
Update firebase.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKanera committed Sep 2, 2020
1 parent 1edd57c commit 2f0cd62
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions plugins/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 2f0cd62

Please sign in to comment.