* @param path the path to delete subpaths from * @param subPaths the subpaths * @return false if the deleteion failed because the the total size of subpaths exceeds the writeSizeLimit.
(path: string, subPaths: string[])
| 16 | * @return false if the deleteion failed because the the total size of subpaths exceeds the writeSizeLimit. |
| 17 | */ |
| 18 | deleteSubPath(path: string, subPaths: string[]): Promise<boolean>; |
| 19 | } |
| 20 | |
| 21 | export class RTDBRemoveRemote implements RemoveRemote { |
no outgoing calls
no test coverage detected