update method

Future update(
  1. dynamic values
)

Updates data with values at actual database location.

The values must be a Dart basic type or the error is thrown.

Implementation

Future update(values) => handleThenable(jsObject.update(jsify(values)));