mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
13 lines
459 B
TypeScript
13 lines
459 B
TypeScript
import { FirebaseOptions } from 'firebase/app'
|
|
|
|
export const FIREBASE_CONFIG: FirebaseOptions = {
|
|
apiKey: 'AIzaSyC2-fomLqgCjb7ELwta1I9cEarPK8ziTGs',
|
|
authDomain: 'dreamboothy.firebaseapp.com',
|
|
databaseURL: 'https://dreamboothy-default-rtdb.firebaseio.com',
|
|
projectId: 'dreamboothy',
|
|
storageBucket: 'dreamboothy.appspot.com',
|
|
messagingSenderId: '357148958219',
|
|
appId: '1:357148958219:web:f5917f72e5f36a2015310e',
|
|
measurementId: 'G-3ZBD3MBTG4'
|
|
}
|