add preprod setup

This commit is contained in:
Pritimay Sarkar
2023-09-07 11:22:05 +05:30
parent f269b12da1
commit 327aa07735
3 changed files with 23 additions and 12 deletions

View File

@@ -14,17 +14,28 @@ import { getAnalytics } from "firebase/analytics";
// measurementId: "G-6JHQ47S9DD"
// };
/* preprod */
const firebaseConfig = {
apiKey: "AIzaSyB2-suWmKh2PgQbRmx7rzPjYhgoovQIsQ8",
authDomain: "hpos-preprod.firebaseapp.com",
projectId: "hpos-preprod",
storageBucket: "hpos-preprod.appspot.com",
messagingSenderId: "121176529204",
appId: "1:121176529204:web:6c0db8e642992192bbed61",
measurementId: "G-GYM6LRQ8KR"
};
/* prod */
const firebaseConfig = {
apiKey: "AIzaSyBF4pLZReAedU4dWX1eRJNFNIaOIz2xk4s",
authDomain: "hpos-prod.firebaseapp.com",
projectId: "hpos-prod",
storageBucket: "hpos-prod.appspot.com",
messagingSenderId: "1012719870714",
appId: "1:1012719870714:web:fcd00acef93f6612de5f43",
measurementId: "G-B0NZ7DEF69"
};
// /* prod */
// const firebaseConfig = {
// apiKey: "AIzaSyBF4pLZReAedU4dWX1eRJNFNIaOIz2xk4s",
// authDomain: "hpos-prod.firebaseapp.com",
// projectId: "hpos-prod",
// storageBucket: "hpos-prod.appspot.com",
// messagingSenderId: "1012719870714",
// appId: "1:1012719870714:web:fcd00acef93f6612de5f43",
// measurementId: "G-B0NZ7DEF69"
// };
const app = initializeApp(firebaseConfig);