public final class FirebaseAuthInvalidUserException extends FirebaseAuthException

Thrown when performing an operation on a FirebaseUser instance that is no longer valid.

This could happen in the following cases:

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

You should consider this error condition as if the user had signed out of your app, and thus should require them to sign in again if they need to perform any action that requires authentication.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public FirebaseAuthInvalidUserException (String code, String message)