(url: string, httpMethod: HttpMethod)
| 41 | app: FirebaseApp; |
| 42 | isPerformanceCollectionEnabled: boolean; |
| 43 | newHttpMetric(url: string, httpMethod: HttpMethod): IHttpMetric; |
| 44 | newTrace(identifier: string): ITrace; |
| 45 | startTrace(identifier: string): ITrace; |
| 46 | } |
no outgoing calls
no test coverage detected