(values: { [key: string]: any }, onComplete?: undefined | ((error: FirebaseError | null) => void))
| 48 | setWithPriority(newVal: any, newPriority: string | number | null, onComplete?: undefined | ((error: FirebaseError | null) => void)): Promise<void>; |
| 49 | transaction(transactionUpdate: (currentData: object) => object | undefined, onComplete?: undefined | ((error: FirebaseError | null, committed: boolean, finalResult: IDataSnapshot) => void), applyLocally?: undefined | false | true): Promise<TransactionResult>; |
| 50 | update(values: { [key: string]: any }, onComplete?: undefined | ((error: FirebaseError | null) => void)): Promise<void>; |
| 51 | } |
| 52 | |
| 53 | export interface IDataSnapshot { |
no outgoing calls
no test coverage detected