firebase-apparatus
Version:
Lightweight implementation of firebase-tools as a Node module
14 lines (13 loc) • 471 B
TypeScript
import { ProviderId } from './types';
export declare const ALLOWED_PROVIDERS: ProviderId[];
export declare const ALLOWED_PROVIDERS_KEYS: string[];
export declare const EXPORT_KEYS: string[];
export declare const EXPORT_RENAMED_KEYS: {
[key: string]: string;
};
export declare const IMPORT_KEYS: string[];
export declare const IMPORT_RENAMED_KEYS: {
[key: string]: string;
};
export declare const BASE64_KEYS: string[];
export declare const MAX_BATCH_SIZE = 1000;