UNPKG

184 BTypeScriptView Raw
1import { AppOptions } from "firebase-admin/app";
2/**
3 * Get the fields you need to initialize a Firebase app
4 * @alpha
5 */
6export declare function firebaseConfig(): AppOptions | null;