MCPcopy Index your code
hub / github.com/angular/angularfire / deploy

Method deploy

src/schematics/interfaces.ts:130–130  ·  view source on GitHub ↗
(config: FirebaseDeployConfig)

Source from the content-addressed store, hash-verified

128 } & ((options?: unknown) => Promise<Record<string, any>>);
129
130 deploy(config: FirebaseDeployConfig): Promise<any>;
131
132 serve(options: any): Promise<any>;
133

Callers 3

deployToHostingFunction · 0.80
deployToFunctionFunction · 0.80
deployToCloudRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected