MCPcopy Create free account
hub / github.com/NativeScript/firebase / Functions

Class Functions

packages/firebase-functions/index.d.ts:12–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export declare class Functions implements IFunctions {
13 constructor(app?: FirebaseApp);
14
15 httpsCallable(name: string, options?: HttpsCallableOptions): HttpsCallable;
16
17 useEmulator(host: string, port: number);
18
19 readonly native: any;
20 readonly ios: any;
21 readonly android: any;
22
23 useFunctionsEmulatorOrigin(origin: string);
24
25 readonly app: FirebaseApp;
26}
27
28declare module '@nativescript/firebase-core' {
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected