mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 05:49:54 +00:00
[Api Node] Firebase auth and user auth store (#3467)
This commit is contained in:
12
src/config/firebase.ts
Normal file
12
src/config/firebase.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
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'
|
||||
}
|
||||
Reference in New Issue
Block a user