Skip to content

Reference

This page exposes the methods of RobaseService and further pages discuss the semantics of how everything works.

RobaseService

Methods that make up RobaseService

Robase

Methods (categorised by purpose) that make up the core of RobaseService - Robases.

Promiselike Methods

Methods that return promises to be consumed by the provider. Allowing for user-defined error handling among other use cases.


Asynchronous Methods

Methods that consume a promise and return information. These use the promise-like methods above and consumes them automatically, handling errors appropriately.


Query Methods

Methods that filter the data retrieved by a request. These utilise the query parameters of the Firebase REST API.

Back to top