Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Feed #21

Open
aromal-sasidharan opened this issue Nov 20, 2020 · 4 comments
Open

Change Feed #21

aromal-sasidharan opened this issue Nov 20, 2020 · 4 comments

Comments

@aromal-sasidharan
Copy link

Please give example for change feeds in dart.

r.table('users').changes.run(conn).each{|change| p(change)}

@meghead
Copy link

meghead commented Jan 30, 2021

An example of change feeds with Streambuilder would be great for real-time updates within the Flutter app.

@hhfa1990
Copy link

Is realtime supported?

@a-ahmed116
Copy link

Is there any solution to use change feeds ?

@nuriodaci
Copy link

Feed feed = await r.table("tablename").changes().run(connection);
feed.listen((data) {
debugPrint(data.toString());
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants