get

actual suspend fun get(): DataSnapshot(source)
actual suspend fun get(): DataSnapshot(source)
expect suspend fun get(): DataSnapshot(source)

Gets the server values for this query. Updates the cache and raises events if successful. If not connected, falls back to a locally-cached value or null.

actual suspend fun get(): DataSnapshot(source)
actual suspend fun get(): DataSnapshot(source)