changeUserName

suspend fun FirebaseUser.changeUserName(newName: String)

Utility method to update the display name of an instance of FirebaseUser with the newName. If any exception occurs, it throws the exception.