This is an unofficial Ember Data Adapter and Serializer for Cloud Firestore. It's completely unrelated to EmberFire but its purpose is of the same.
This was built becase EmberFire development is super slow or may even be abandoned by now.
In order to continue development with Ember and Cloud Firestore, I had to build this addon and opted to make it generic enough to be used by other developers too.
This addon requires some peer dependencies. Install the correct versions of each package, which are listed by the command:
npm info ember-cloud-firestore-adapter peerDependencies
Once you've installed it, you can now install the addon itself:
ember install ember-cloud-firestore-adapter
Checkout the docs here.
See the Contributing guide for details.
This project is licensed under the MIT License.