mikkopaderes / ember-cloud-firestore-adapter

Unofficial Ember Data Adapter and Serializer for Cloud Firestore
MIT License
69 stars 17 forks source link

Fix array proxy deprecation #326

Closed charlesfries closed 2 months ago

charlesfries commented 2 months ago
DEPRECATION: The EmberObject get method on the class RecordArray is deprecated. Use dot-notation javascript get/set access instead. [deprecation id: ember-data:deprecate-array-like] This will be removed in ember-data 5.0.

DEPRECATION: The `firstObject` method on the class RecordArray is deprecated. Use the native array method `[0]` instead. [deprecation id: ember-data:deprecate-array-like] This will be removed in ember-data 5.0.