Skip to content

Optimize order of overridable methods in FirebaseLoginBaseActivity #39

@puf

Description

@puf

The first method you typically override first when you subclass FirebaseLoginBaseActivity is getRef(). That's why we show it first in the README.

But when you tell Android Studio to implement the abstract methods, it adds them to the subclass in the order they are defined in the base class. So getRef() should be before all the other abstract methods in FirebaseLoginBaseActivity.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions