| 11 | |
| 12 | // TODO is there a better way to get at the internal types? |
| 13 | interface FirebaseAppWithContainer extends FirebaseApp { |
| 14 | container: ComponentContainer; |
| 15 | } |
| 16 | |
| 17 | export function ɵgetDefaultInstanceOf<T= unknown>(identifier: string, provided: T[]|undefined, defaultApp: FirebaseApp): T|undefined { |
| 18 | if (provided) { |
nothing calls this directly
no outgoing calls
no test coverage detected