Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Use firebase for live-writing #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use firebase for live-writing #13

wants to merge 1 commit into from

Conversation

alexslade
Copy link
Member

this was not as easy as I first thought!

Here's a rough semi-working version. We simplify the reader side of things by just binding to a firebase collection. Now, at the writer side of things it gets a bit more complex. We have to basically keep a firebase collection in sync with what's being written (doing it server-side would be too costly and sort of defeat the point I think?)

It doesn't fully work, I just wanted to check your thoughts, it seems a little bit hacky.

IF we were only using firebase, and we had a little ember app as the writer, this would be so simple. You just call the usual ember.set commands and it all happens automatically. But we aren't :P

@bru
Copy link
Member

bru commented Nov 14, 2013

Still had no time to look into this, sorry.
I'll try again tonight!

On Wed, Nov 13, 2013 at 11:03 PM, Alex Heeton [email protected]:

this was not as easy as I first thought!

Here's a rough semi-working version. We simplify the reader side of things
by just binding to a firebase collection. Now, at the writer side of things
it gets a bit more complex. We have to basically keep a firebase collection
in sync with what's being written (doing it server-side would be too costly
and sort of defeat the point I think?)

It doesn't fully work, I just wanted to check your thoughts, it seems a
little bit hacky.

IF we were only using firebase, and we had a little ember app as the
writer, this would be so simple. You just call the usual ember.set commands

and it all happens automatically. But we aren't :P

You can merge this Pull Request by running

git pull https://github.com/100hours/lws firebase

Or view, comment on, or merge it at:

#13
Commit Summary

  • wip

File Changes

Patch Links:

Riccardo CAMBIASSI
http://twitter.com/bru

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

Successfully merging this pull request may close these issues.

None yet

2 participants