linkDomain property

String? linkDomain
getter/setter pair

In order to ensure that the url used can be easily opened in iOS or Android, we create a Hosting link '/__/auth/links'.

This optional field contains the domain to use when constructing a Hosting link. If not set, '.firebaseapp.com' domain will be used.

Optional.

Implementation

core.String? linkDomain;