rusted-firebase 0.1.0

Rust based Firebase library, forked from emreyalvac/firebase-rs
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) const AUTH: &str = "auth";
pub(crate) const ORDER_BY: &str = "orderBy";
pub(crate) const LIMIT_TO_FIRST: &str = "limitToFirst";
pub(crate) const LIMIT_TO_LAST: &str = "limitToLast";
pub(crate) const START_AT: &str = "startAt";
pub(crate) const END_AT: &str = "endAt";
pub(crate) const EQUAL_TO: &str = "equalTo";
pub(crate) const SHALLOW: &str = "shallow";
pub(crate) const FORMAT: &str = "format";
pub(crate) const EXPORT: &str = "export";