Skip to content

Commit

Permalink
rm config
Browse files Browse the repository at this point in the history
  • Loading branch information
codediodeio committed Jun 26, 2023
1 parent eae5985 commit ce1b40a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/lib/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ import { getStorage } from "firebase/storage";
import { writable, type Readable, derived } from "svelte/store";

const firebaseConfig = {
apiKey: "AIzaSyAYC2plXHclSmOd6BhuLu_BlcsAT5w5E0o",
authDomain: "svelte-course-ddbd8.firebaseapp.com",
projectId: "svelte-course-ddbd8",
storageBucket: "svelte-course-ddbd8.appspot.com",
messagingSenderId: "196708682694",
appId: "1:196708682694:web:fce0d167ce3055810180c7"

};

// Initialize Firebase
Expand Down

0 comments on commit ce1b40a

Please sign in to comment.