Skip to content

Commit

Permalink
Enable analytics
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Georgiev <[email protected]>
  • Loading branch information
ggeorgievx committed Feb 15, 2022
1 parent 22771aa commit 0a4429a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/firebase.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import firebase from 'firebase/app';
import 'firebase/auth';
import 'firebase/analytics';

const config = {
apiKey: process.env.REACT_APP_API_KEY,
Expand All @@ -14,4 +15,6 @@ const config = {

const firebaseApp = firebase.initializeApp(config);

firebaseApp.analytics();

export default firebaseApp;

0 comments on commit 0a4429a

Please sign in to comment.