Function getApp

  • Get or create a singleton Realm App from an id. Calling this function multiple times with the same id will return the same instance.

    Parameters

    • id: string

      The Realm App id visible from the Atlas App Services UI or a configuration.

    Returns App

    The Realm App instance.

Generated using TypeDoc