Skip to content

v1.5.0

Choose a tag to compare

@mikkopaderes mikkopaderes released this 29 Jul 17:01
· 19 commits to master since this release

Firebase Flex Adapter

  • #32 [BUGFIX & FEATURE] Fix query bugs and added new isReference query option
  • [DOCS] Remove hasMany caveats, 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 old query usage in favor of the new query usage and a new queryRecord function
  • #45 [FEATURE] Remove unnecessary param in generateIdForRecord

Others

  • #35 [BUGFIX] Prevent firebaseui-web from loading in FastBoot [@rwwagner90]