diff options
author | rohan09-raj <rajrohan1914@gmail.com> | 2023-01-29 19:37:47 +0530 |
---|---|---|
committer | rohan09-raj <rajrohan1914@gmail.com> | 2023-01-29 19:37:47 +0530 |
commit | ec8bb132218c1295f1a599c88454f682aba2409f (patch) | |
tree | 25eb407cac346c182b0e0081d3117583768c6bc6 | |
parent | 462d4abf09cfbce2384f2e680acf1599814e4183 (diff) |
removed firebase config
-rw-r--r-- | server/firebase.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/server/firebase.js b/server/firebase.js deleted file mode 100644 index 9142814..0000000 --- a/server/firebase.js +++ /dev/null @@ -1,21 +0,0 @@ -// Import the functions you need from the SDKs you need -import {initializeApp} from 'firebase/app'; -import {getAnalytics} from 'firebase/analytics'; -// 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: 'AIzaSyAZSgFchU_6XA0VOygXjsMjVRltM0F5FBQ', - authDomain: 'aadhaar-7cd32.firebaseapp.com', - projectId: 'aadhaar-7cd32', - storageBucket: 'aadhaar-7cd32.appspot.com', - messagingSenderId: '240598479891', - appId: '1:240598479891:web:a756996f40bd605feefbe6', - measurementId: 'G-F1WLRTW5WH', -}; - -// Initialize Firebase -const app = initializeApp(firebaseConfig); -const analytics = getAnalytics(app); |