(collectionPath: string)
| 221 | clearPersistence(): Promise<void>; |
| 222 | |
| 223 | collection(collectionPath: string): ICollectionReference; |
| 224 | |
| 225 | collectionGroup<T extends DocumentData = DocumentData>(collectionId: string): IQuery<T>; |
| 226 |
no outgoing calls
no test coverage detected