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

Interacting with Firebase #2

Open
srcreigh opened this issue May 3, 2014 · 1 comment
Open

Interacting with Firebase #2

srcreigh opened this issue May 3, 2014 · 1 comment

Comments

@srcreigh
Copy link
Contributor

srcreigh commented May 3, 2014

branched from issue #1 with @KartikTalwar

  • unthrottled GET requests is pretty cool, and caching the data locally is cool
  • not sure yet how we'll tell the client when it needs to refresh
    • I'm still convinced that hacking automatic refreshing using GET requests from Firebase of all things is idiomatic :P
    • it could be simple though, like GET the data every 5 minutes and also when they pull to refresh and also whenever the view is loaded
@VicV
Copy link

VicV commented May 5, 2014

@srcreigh GCM can tell the client to re-get. We don't need anything client side, just a simple listener.

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

2 participants