domain property

String? domain
getter/setter pair

Open code in app domain to use for app links and universal links. Possible string values are:

  • "DOMAIN_UNSPECIFIED" : Default value. The default domain is the Firebase Dynamic Link domain before the FDL deprecation and the hosting domain after the FDL deprecation.
  • "FIREBASE_DYNAMIC_LINK_DOMAIN" : Use Firebase Dynamic Link domain as app link domain. Default value.
  • "HOSTING_DOMAIN" : Use hosting domain as app link domain.

Implementation

core.String? domain;