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