Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

v3.0.0-rc.4

Pre-release
Pre-release

Choose a tag to compare

@jamesdaniels jamesdaniels released this 08 Oct 20:14
· 10 commits to master since this release

Requires Firebase JS SDK v7, which adds Remote Config and Google Analytics support.

FirebaseAppService now exports analytics() => Promise<analytics.Analytics> and remoteConfig() => Promise<remoteConfig.RemoteConfig>. There's also now a AnalyticsRouteMixin available at emberfire/mixins/analytics-route which will add Google Analytics screen tracking to your Route.

RealtimeListenerService can now listen for realtime updates on more than one model and works with findAll.

FirestoreAdapter can now include relationships without async fetching, it's first-level only. E.g, queryRecord('article', params.id, { include: 'author,topics' })

Fixes for adding records, relationships, blueprints, and more.