UNPKG

firebase-project-manager

Version:

Create and manage your Firebase projects from the command line or with code

4 lines (3 loc) 225 B
export declare const oauth2Client: import("google-auth-library").OAuth2Client; export declare function authenticate(verbose?: boolean): Promise<void>; export declare function deauthenticate(verbose?: boolean): Promise<void>;