Is the RealtimeRouteMixin working in RC6? I added the Firestore config and a basic layout. I get all data by this.store.findAll('article'). The current state is loaded and displayed correctly. But when I change something in the Firebase console the data is not updated in the Ember client. with version 2.x and the RTDB this was working.
Is this intended or a bug?
Version info
DEBUG: -------------------------------
DEBUG: Ember : 3.17.0
DEBUG: Ember Data : 3.17.0
DEBUG: EmberFire : 3.0.0-rc.6
DEBUG: Firebase : 7.11.0
DEBUG: -------------------------------
Test case
https://github.com/maximilianmeier/emberfire-dev/tree/fd79dce49ed3d610201e6c5b338b60931a6e2f65
Steps to reproduce
- Check out the commit.
- Add your firebase config
- Add data based on Ember Data models
- Data should load
- Update your data in the Firebase console
- The changes are not shown in the Ember app without reloading
Expected behavior
The Data should update without a manual reload.
Actual behavior
The Data does currently not update without a manual reload.
Is the
RealtimeRouteMixinworking in RC6? I added the Firestore config and a basic layout. I get all data bythis.store.findAll('article'). The current state is loaded and displayed correctly. But when I change something in the Firebase console the data is not updated in the Ember client. with version 2.x and the RTDB this was working.Is this intended or a bug?
Version info
Test case
https://github.com/maximilianmeier/emberfire-dev/tree/fd79dce49ed3d610201e6c5b338b60931a6e2f65
Steps to reproduce
Expected behavior
The Data should update without a manual reload.
Actual behavior
The Data does currently not update without a manual reload.