Skip to content

Commit

Permalink
printing api_key
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketsharma00411 committed Feb 25, 2024
1 parent bbbf0c1 commit 235a3c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@
// const googleProvider = new GoogleAuthProvider();
// const facebookProvider = new FacebookAuthProvider();

const api_key = "API_KEY_NAME";

console.info(api_key);

export const environment = {
production: false,
firebaseConfig: {
apiKey: "API_KEY_HERE",
apiKey: api_key,
authDomain: "tutorai00411.firebaseapp.com",
projectId: "tutorai00411",
storageBucket: "tutorai00411.appspot.com",
Expand Down

0 comments on commit 235a3c4

Please sign in to comment.