Skip to content

Commit

Permalink
added config
Browse files Browse the repository at this point in the history
  • Loading branch information
saviomartin committed Jun 6, 2021
1 parent 2b63a0b commit 1dce286
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions utils/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import dotenv from "dotenv";
dotenv.config();

const firebaseConfig = {
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
authDomain: process.env.REACT_APP_FIREBASE_AUTH_DOMAIN,
databaseURL: process.env.REACT_APP_FIREBASE_DATABASE_URL,
projectId: process.env.REACT_APP_FIREBASE_PROJECT_ID,
storageBucket: process.env.REACT_APP_FIREBASE_STORAGE_BUCKET,
messagingSenderId: process.env.REACT_APP_FIREBASE_MESSAGING_SENDER_ID,
appId: process.env.REACT_APP_FIREBASE_APP_ID,
apiKey: "AIzaSyBTH2-7uJKbjZ8slbPxaxny5MreXT-djhA",
authDomain: "codehouse-bysavio.firebaseapp.com",
projectId: "codehouse-bysavio",
storageBucket: "codehouse-bysavio.appspot.com",
messagingSenderId: "924657130605",
appId: "1:924657130605:web:2004acd9d22ab04d117364",
measurementId: "G-X6FCVKT31X",
};

firebase.initializeApp(firebaseConfig);
Expand Down

0 comments on commit 1dce286

Please sign in to comment.