Skip to content

Commit

Permalink
chore: add api key (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechmarek committed Jun 19, 2023
1 parent 10f16ae commit ee98f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { getAnalytics } from "firebase/analytics";
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "${{ secrets.API_KEY }}",
apiKey: "AIzaSyCa07zE09ONmDK-UtdFJeug2oPoWy5Lcbk",
authDomain: "awesome-react-navbar.firebaseapp.com",
projectId: "awesome-react-navbar",
storageBucket: "awesome-react-navbar.appspot.com",
Expand Down

0 comments on commit ee98f41

Please sign in to comment.