Date:
2015-07-18
Status:
release
Tags:
firebase
javascript
Today, I played with Firebase, submitting and retrieving data
from a *.firebase.io
domain. With one line of javascript, it also
sets client-side listeners for updates on the server, making it easy to
respond to a single source of truth, across many clients, in real-time.
I found it quite easy to get going at the Tutorial.