Skip to content

Commit

Permalink
add firebase api
Browse files Browse the repository at this point in the history
  • Loading branch information
chonsawat committed Apr 27, 2023
1 parent 404b50c commit a48ea3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/firebase/firebase.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
} from "firebase/firestore";

const firebaseConfig = {
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
apiKey: "AIzaSyDVZf_UvYagpg1SJqZIQV2Sp77uHaru0wA",
authDomain: "crwn-clothing-db-18c1c.firebaseapp.com",
projectId: "crwn-clothing-db-18c1c",
storageBucket: "crwn-clothing-db-18c1c.appspot.com",
Expand Down

0 comments on commit a48ea3c

Please sign in to comment.