| 10 | } |
| 11 | |
| 12 | export 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 | |
| 28 | declare module '@nativescript/firebase-core' { |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected