v1.5.0
Firebase Flex Adapter
- #32 [BUGFIX & FEATURE] Fix query bugs and added new
isReferencequery option - [DOCS] Remove
hasManycaveats, it should still work the same way as it was with EmberFire - #37 [BUGFIX] Fix adapter not working on models with dashes (e.g.
blog-post) - #40 [FEATURE] Add support for client-side only model prop
_innerReferencePath - #42 [BUGFIX] Improve error messages
- #43 [BUGFIX] Fix some edge case bug with
createRecord
Firebase Util Service
- #34 [FEATURE & DEPRECATION] Deprecate
findAll,findRecord, and the oldqueryusage in favor of the newqueryusage and a newqueryRecordfunction - #45 [FEATURE] Remove unnecessary param in
generateIdForRecord
Others
- #35 [BUGFIX] Prevent firebaseui-web from loading in FastBoot [@rwwagner90]