@gameon/web
Version:
Chat clients for web
17 lines • 408 B
TypeScript
export declare const stgConfig: {
apiKey: string;
authDomain: string;
projectId: string;
storageBucket: string;
messagingSenderId: string;
appId: string;
};
export declare const prodConfig: {
apiKey: string;
authDomain: string;
projectId: string;
storageBucket: string;
messagingSenderId: string;
appId: string;
};
//# sourceMappingURL=firebase-config.d.ts.map