This repository was archived by the owner on May 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 261
Realtime Updates not workingΒ #605
Copy link
Copy link
Open
Description
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.
maxymczech, Mitchal, edprats and emilenestormaxymczech
Metadata
Metadata
Assignees
Labels
No labels