Skip to content

fix(FirebaseObservable): add method incorrectly inherits generic type #47

@jeffbcross

Description

@jeffbcross

When getting a FirebaseObservable via FirebaseListFactory, the add method expects to receive values of the same type as the generic value assigned to the Observable, which is any[]. Instead, the type should just be any or whatever subset of possible values is supported by FirebaseRef.push

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions