mirror of
https://github.com/jlengrand/web-brain.git
synced 2026-03-10 08:51:21 +00:00
9 lines
353 B
TypeScript
9 lines
353 B
TypeScript
export const FIREBASE_CONFIG = {
|
|
apiKey: "AIzaSyD8TxM93wf_nytjGAj3iLkWQ2PKI0k_lKY",
|
|
authDomain: "webbrain-abae7.firebaseapp.com",
|
|
projectId: "webbrain-abae7",
|
|
storageBucket: "webbrain-abae7.appspot.com",
|
|
messagingSenderId: "228309073815",
|
|
appId: "1:228309073815:web:19e26360abcbc9d23aced2",
|
|
measurementId: "G-R1NYCL4BPM"
|
|
}; |