pub fn set_with_priority<V, P>(
reference: &DatabaseReference,
value: V,
priority: P,
) -> DatabaseResult<()>Expand description
Writes a value together with a priority, mirroring the modular setWithPriority() helper
(packages/database/src/api/Reference_impl.ts).