push

Function push 

Source
pub fn push(reference: &DatabaseReference) -> DatabaseResult<DatabaseReference>
Expand description

Generates a child location with an auto-generated push ID.

Mirrors the modular push() helper from the JS SDK (packages/database/src/api/Reference_impl.ts).