public class FirebaseAuthWebException extends FirebaseAuthException

Thrown when a web operation couldn't be completed.

This could happen in the following cases:

Inspect the error code and message to find out the specific cause.

Resolve this exception by waiting for the in-progress operation to complete, or by asking the user to try signing-in via the web context again.

Public Constructor Summary

FirebaseAuthWebException(String errorCode, String detailMessage)

Inherited Method Summary

Public Constructors

public FirebaseAuthWebException (String errorCode, String detailMessage)