v3.0.0-rc.4
版本发布时间: 2019-10-09 04:14:09
FirebaseExtended/emberfire最新发布版本:v3.0.0-rc.6(2019-10-13 00:10:51)
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.
1、 emberfire-3.0.0-rc.4.tgz 38.64KB