increment

Function increment 

Source
pub fn increment(delta: f64) -> Value
Expand description

Port of increment() from packages/database/src/api/ServerValue.ts.

ยงArguments

  • delta - Amount to atomically add to the current value.