Methods
(static) _clientFor(options) → {Client}
Creates a new `FirebaseClient` instance which will send the requests on behalf of the provided
actor to the provided endpoint, retrieving the data from the provided Firebase storage.
Expects that given options contain backend endpoint URL, firebase Database instance and
the actor provider.
Parameters:
Name | Type | Description |
---|---|---|
options |
ClientOptions |
- Source:
Returns:
a new backend client instance which will send the requests on behalf
of the provided actor to the provided endpoint, retrieving the data
from the provided Firebase storage
- Type
- Client
(static) _ensureOptionsSufficient()
- Source: