Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
This repository was archived by the owner on May 19, 2025. It is now read-only.

Realtime Updates not working #605

@maximilianmeier

Description

@maximilianmeier

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

  1. Check out the commit.
  2. Add your firebase config
  3. Add data based on Ember Data models
  4. Data should load
  5. Update your data in the Firebase console
  6. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions