company-cafeteria-shared-demo
Version:
Package partagé pour l'écosystème Cafétéria Entreprise
16 lines • 444 B
TypeScript
export declare const firebaseConfig: {
apiKey: string;
authDomain: string;
projectId: string;
storageBucket: string;
messagingSenderId: string;
appId: string;
};
export declare const collections: {
readonly USERS: "users";
readonly ORDERS: "orders";
readonly MENU_ITEMS: "menu-items";
readonly NOTIFICATIONS: "notifications";
readonly ANALYTICS: "analytics";
};
//# sourceMappingURL=firebase.d.ts.map