Skip to content

Commit

Permalink
updated firebase config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Apr 17, 2022
1 parent 059c0f5 commit fe60a6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ import {
addDoc,
} from "firebase/firestore";
const firebaseConfig = {
apiKey: "AIzaSyDIXJ5YT7hoNbBFqK3TBcV41-TzIO-7n7w",
authDomain: "fir-auth-6edd8.firebaseapp.com",
projectId: "fir-auth-6edd8",
storageBucket: "fir-auth-6edd8.appspot.com",
messagingSenderId: "904760319835",
appId: "1:904760319835:web:44fd0d957f114b4e51447e",
measurementId: "G-Q4TYKH9GG7",
apiKey: "AIzaSyBODDeIiJCLJBVQaWhkUVJLxBGhjrHM5Gc",
authDomain: "lodestone-77d6a.firebaseapp.com",
projectId: "lodestone-77d6a",
storageBucket: "lodestone-77d6a.appspot.com",
messagingSenderId: "379853777469",
appId: "1:379853777469:web:b59220346f5c2da4f31854",
measurementId: "G-F366V1PJ2H"
};
const app = initializeApp(firebaseConfig);
const auth = getAuth(app);
Expand Down

0 comments on commit fe60a6e

Please sign in to comment.