📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 12:14:30
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
firebase-admin
/
lib
/
auth
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/firebase-admin/lib/auth
🔄 Refresh
✏️
Editing: project-config-manager.d.ts
Writable
/*! firebase-admin v11.11.1 */ import { ProjectConfig, UpdateProjectConfigRequest } from './project-config'; /** * Manages (gets and updates) the current project config. */ export declare class ProjectConfigManager { private readonly authRequestHandler; /** * Get the project configuration. * * @returns A promise fulfilled with the project configuration. */ getProjectConfig(): Promise<ProjectConfig>; /** * Updates an existing project configuration. * * @param projectConfigOptions - The properties to update on the project. * * @returns A promise fulfilled with the updated project config. */ updateProjectConfig(projectConfigOptions: UpdateProjectConfigRequest): Promise<ProjectConfig>; }
💾 Save Changes
❌ Cancel