v1.4.4
- Adds two statics to component created using
firebaseConnect
:wrappedComponent
, which is the original component (useful for testing without mocking firebase)displayName
is set to reveal what component is wrapped by FirebaseConnect. This makes debugging easier
- Tests added for both new statics listed above
- Remove open collective as a dependency (not used in
postinstall
)