customAuthDomain property

String? customAuthDomain
getter/setter pair

Set the current Auth instance's auth domain for apple and android platforms. The auth domain used to handle redirects from OAuth provides, for example "my-awesome-app.firebaseapp.com". By default, this is set to null and default auth domain is used.

If not null, this value will supersede authDomain property set in initializeApp.

Implementation

String? customAuthDomain;