Skip to content

Commit

Permalink
fixes github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketsharma00411 committed Feb 25, 2024
1 parent 235a3c4 commit 021ec2f
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,34 +1,4 @@
// // Import the functions you need from the SDKs you need
// import { initializeApp } from "firebase/app";
// import { getAnalytics } from "firebase/analytics";
// import { FirebaseApp } from "@angular/fire/app";

// // TODO: Add SDKs for Firebase products that you want to use
// // https://firebase.google.com/docs/web/setup#available-libraries

// // Your web app's Firebase configuration
// // For Firebase JS SDK v7.20.0 and later, measurementId is optional
// const firebaseConfig = {
// apiKey: "AIzaSyCxCrEToYQ_kWzlISUAykJsLyfdbfGekQE",
// authDomain: "tutorai00411.firebaseapp.com",
// projectId: "tutorai00411",
// storageBucket: "tutorai00411.appspot.com",
// messagingSenderId: "558613703319",
// appId: "1:558613703319:web:fc160e8ecc18f8f3e9d7d2",
// measurementId: "G-0MD4P25TSE"
// };

// // Initialize Firebase

// const analytics = getAnalytics(app);
// const auth = getAuth(app);
// const googleProvider = new GoogleAuthProvider();
// const facebookProvider = new FacebookAuthProvider();

const api_key = "API_KEY_NAME";

console.info(api_key);

export const environment = {
production: false,
firebaseConfig: {
Expand All @@ -40,4 +10,3 @@ export const environment = {
appId: "1:558613703319:web:fc160e8ecc18f8f3e9d7d2",
}
};

0 comments on commit 021ec2f

Please sign in to comment.