File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/google/firebase/auth Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public Builder setDynamicLinkDomain(String dynamicLinkDomain) {
149
149
150
150
/**
151
151
* Sets the link domain to use for the current link if it is to be opened using
152
- * HandleCodeInApp , as multiple link domains can be configured per project. This
152
+ * {@code handleCodeInApp} , as multiple link domains can be configured per project. This
153
153
* setting provides the ability to explicitly choose one. If none is provided, the default
154
154
* Firebase Hosting domain will be used.
155
155
*
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ final class AuthErrorHandler extends AbstractHttpErrorHandler<FirebaseAuthExcept
77
77
"INVALID_HOSTING_LINK_DOMAIN" ,
78
78
new AuthError (
79
79
ErrorCode .INVALID_ARGUMENT ,
80
- "The provided hosting link domain is not "
81
- + "configured or authorized for the current project" ,
80
+ "The provided hosting link domain is not configured in Firebase Hosting or is "
81
+ + "not owned by the current project" ,
82
82
AuthErrorCode .INVALID_HOSTING_LINK_DOMAIN ))
83
83
.put (
84
84
"PHONE_NUMBER_EXISTS" ,
You can’t perform that action at this time.
0 commit comments