benwinding / react-admin-firebase

A firebase data provider for the react-admin framework
https://benwinding.github.io/react-admin-firebase/
MIT License
459 stars 179 forks source link

Is FirebaseRealTimeSaga working? #49

Open josecarballoGL opened 5 years ago

josecarballoGL commented 5 years ago

Hi there,

I am following the README to connect to real-time updates to the database using FirebaseRealTimeSaga, but when changing data in the Firebase console, my react-admin-firebase dashboard doesn't automatically update the data.

Also, to test this, I open two tabs in my browser: https://benwinding.github.io/react-admin-firebase-demo/#/comments

Then edit a comment or add a new one in of the tabs, expecting the data in the other tab would automatically update, but it doesn't happen.

Am I missing something?

tai-x commented 5 years ago

Hi @benwinding, does this works for you?

LaszloDev commented 4 years ago

We are preparing the library to be compatible with React-Admin v3 - which did remove the real-time functionality. So there are no plans in the moment to look more into this issue.

jayenashar commented 1 year ago

do you mind to update the readme to remove references to FirebaseRealTimeSaga? if you want to keep documentation for users of react-admin 2.x, can you do it in a separate md file?