mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 16:40:05 +00:00
[API Node] User management (#3567)
Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Chenlei Hu <hcl@comfy.org>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import { FirebaseOptions } from 'firebase/app'
|
||||
|
||||
const DEV_CONFIG: FirebaseOptions = {
|
||||
apiKey: 'AIzaSyDa_YMeyzV0SkVe92vBZ1tVikWBmOU5KVE',
|
||||
authDomain: 'dreamboothy-dev.firebaseapp.com',
|
||||
databaseURL: 'https://dreamboothy-dev-default-rtdb.firebaseio.com',
|
||||
projectId: 'dreamboothy-dev',
|
||||
storageBucket: 'dreamboothy-dev.appspot.com',
|
||||
messagingSenderId: '313257147182',
|
||||
appId: '1:313257147182:web:be38f6ebf74345fc7618bf',
|
||||
measurementId: 'G-YEVSMYXSPY'
|
||||
}
|
||||
// const DEV_CONFIG: FirebaseOptions = {
|
||||
// apiKey: 'AIzaSyDa_YMeyzV0SkVe92vBZ1tVikWBmOU5KVE',
|
||||
// authDomain: 'dreamboothy-dev.firebaseapp.com',
|
||||
// databaseURL: 'https://dreamboothy-dev-default-rtdb.firebaseio.com',
|
||||
// projectId: 'dreamboothy-dev',
|
||||
// storageBucket: 'dreamboothy-dev.appspot.com',
|
||||
// messagingSenderId: '313257147182',
|
||||
// appId: '1:313257147182:web:be38f6ebf74345fc7618bf',
|
||||
// measurementId: 'G-YEVSMYXSPY'
|
||||
// }
|
||||
|
||||
const PROD_CONFIG: FirebaseOptions = {
|
||||
apiKey: 'AIzaSyC2-fomLqgCjb7ELwta1I9cEarPK8ziTGs',
|
||||
@@ -26,4 +26,4 @@ const PROD_CONFIG: FirebaseOptions = {
|
||||
// Otherwise, build with `npm run build` the and set `--front-end-root` to `ComfyUI_frontend/dist`
|
||||
export const FIREBASE_CONFIG: FirebaseOptions = __USE_PROD_FIREBASE_CONFIG__
|
||||
? PROD_CONFIG
|
||||
: DEV_CONFIG
|
||||
: PROD_CONFIG // Just force prod to save time for now. change back later
|
||||
|
||||
Reference in New Issue
Block a user