mirror of
https://github.com/DerTyp7/secure-key-gen-react.git
synced 2025-10-29 04:42:09 +01:00
use env (old values are invalid)
This commit is contained in:
@@ -7,13 +7,13 @@ import { getAnalytics } from "firebase/analytics";
|
|||||||
// Your web app's Firebase configuration
|
// Your web app's Firebase configuration
|
||||||
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
|
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
|
||||||
const firebaseConfig = {
|
const firebaseConfig = {
|
||||||
apiKey: "AIzaSyBRqHi2yINB_TwU4_OYMrQ3ai6SATG3d1A",
|
apiKey: process.env.FIREBASE_API_KEY,
|
||||||
authDomain: "keygen-89601.firebaseapp.com",
|
authDomain: process.env.FIREBASE_AUTH_DOMAIN,
|
||||||
projectId: "keygen-89601",
|
projectId: process.env.FIREBASE_PROJECT_ID,
|
||||||
storageBucket: "keygen-89601.appspot.com",
|
storageBucket: process.env.FIREBASE_STORAGE_BUCKET_ID,
|
||||||
messagingSenderId: "804905053827",
|
messagingSenderId: process.env.FIREBASE_MESSAGING_SENDER_ID,
|
||||||
appId: "1:804905053827:web:7b2eb316ad8406e3f675b6",
|
appId: process.env.FIREBASE_APP_ID,
|
||||||
measurementId: "G-6PLGLJN04G"
|
measurementId: process.env.FIREBASE_MEASUREMENT_ID
|
||||||
};
|
};
|
||||||
|
|
||||||
// Initialize Firebase
|
// Initialize Firebase
|
||||||
|
|||||||
Reference in New Issue
Block a user