Skip to content

Commit

Permalink
Update Firebase.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbaburajan authored Jan 24, 2021
1 parent 2fdefdd commit 070cb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Firebase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import firebase from "firebase/app";
import "firebase/auth";

const config = {
apiKey: "AIzaSyDi8gy5XMUNVOvStG2kw8yZDR-ZW-5KE3o",
authDomain: "rocketauth-d71f0.firebaseapp.com",
apiKey: "AIzaSyD5KqdURtfBQRrKdtUziFJZVRbeBKLqBCw",
authDomain: "rocketmeet-15a48.firebaseapp.com",
};
if (!firebase.apps.length) {
firebase.initializeApp(config);
Expand Down

0 comments on commit 070cb1a

Please sign in to comment.