-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,12 @@ | ||
// // 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(); | ||
|
||
|
||
// export const environment = { | ||
// production: true, | ||
// firebaseConfig: { | ||
// apiKey: "AIzaSyCxCrEToYQ_kWzlISUAykJsLyfdbfGekQE", | ||
// authDomain: "tutorai00411.firebaseapp.com", | ||
// projectId: "tutorai00411", | ||
// storageBucket: "tutorai00411.appspot.com", | ||
// messagingSenderId: "558613703319", | ||
// appId: "1:558613703319:web:fc160e8ecc18f8f3e9d7d2", | ||
// } | ||
// }; | ||
|
||
const api_key = "API_KEY_NAME"; | ||
export const environment = { | ||
production: false, | ||
firebaseConfig: { | ||
apiKey: api_key, | ||
authDomain: "tutorai00411.firebaseapp.com", | ||
projectId: "tutorai00411", | ||
storageBucket: "tutorai00411.appspot.com", | ||
messagingSenderId: "558613703319", | ||
appId: "1:558613703319:web:fc160e8ecc18f8f3e9d7d2", | ||
} | ||
}; |