* Generates a new child location using a unique key and returns its * `Reference`. * * This is the most common pattern for adding data to a collection of items. * * If you provide a value to `push()`, the value is written to the * generated location. If you don't pass a
(
value?: any,
onComplete?: (a: Error | null) => any
)
| 6928 | * used immediately as the `Reference` to the child location. |
| 6929 | */ |
| 6930 | push( |
| 6931 | value?: any, |
| 6932 | onComplete?: (a: Error | null) => any |
| 6933 | ): firebase.database.ThenableReference; |
no outgoing calls