* Gets the most up-to-date result for this query. * * @return A promise which resolves to the resulting DataSnapshot if * a value is available, or rejects if the client is unable to return * a value (e.g., if the server is unreachable and there is nothing * cached).
()
| 6447 | * cached). |
| 6448 | */ |
| 6449 | get(): Promise<DataSnapshot>; |
| 6450 | |
| 6451 | /** |
| 6452 | * Listens for data changes at a particular location. |
no outgoing calls