Optional
app?: LocalAppConfigurationThis describes the local app, sent to the server when a user authenticates. Specifying this will enable the server to respond differently to specific versions of specific apps.
v10.0.0
Optional
baseSpecify where synced Realms and metadata is stored. If not specified, the current work directory is used.
v11.7.0
Optional
baseAn optional URL to use as a prefix when sending requests to the Atlas App Services server.
v10.0.0
Optional
fetch?: AnyFetchOverrides the fetch function used to perform network requests.
The Realm App ID
v10.0.0
Optional
metadata?: MetadataSpecify how meta data should be stored.
12.2.0
Optional
multiplexUse the same underlying connection towards the server across multiple sync sessions. This uses less resources on the server and provides a small increase in speed when opening subsequent synced Realms.
true
Optional
timeout?: numberThe timeout for requests (in milliseconds)
v10.0.0
Generated using TypeDoc
This describes the options used to create a Realm App instance.