Skip to content

Commit

Permalink
change in config
Browse files Browse the repository at this point in the history
  • Loading branch information
varadaraj772 committed Jan 19, 2024
1 parent 0bd1a1b commit 1fbc83a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const firebaseConfig = {
apiKey: "AIzaSyAXl1m5z8BgrSKPAu1QQ8g7xPAVmIxcYPo",
authDomain: "pass-manager-65b35.firebaseapp.com",
databaseURL: "https://pass-manager-65b35-default-rtdb.firebaseio.com",
projectId: "pass-manager-65b35",
storageBucket: "pass-manager-65b35.appspot.com",
messagingSenderId: "247300599673",
appId: "1:247300599673:web:b25a9d97b69d2932bac9a8",
measurementId: "G-5JGCECHEYF",
};
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ <h2 class="text-center mb-4">Password Generator</h2>
ref,
update,
} from "https://www.gstatic.com/firebasejs/10.7.1/firebase-database.js";
import { firebaseConfig } from "/config.mjs";
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
const auth = getAuth(app);
Expand Down

0 comments on commit 1fbc83a

Please sign in to comment.