Browse Source

Added dependencies for the lastmodified-tracking sample.

ryanpbrewster-patch-1
Nicolas Garnier 9 years ago
parent
commit
0a955b205b
  1. 2
      lastmodified-tracking/README.md
  2. 6
      lastmodified-tracking/package.json

2
lastmodified-tracking/README.md

@ -8,6 +8,8 @@ See file [index.js](index.js) for the code.
This is done by simply updating a `lastmodified` attribute on the parent of the node which is tracked (for instance at the root of the Database).
The dependencies are listed in [package.json](package.json).
## Sample Database Structure
As an example we'll be using a simple chat database structure:

6
lastmodified-tracking/package.json

@ -0,0 +1,6 @@
{
"main": "index.js",
"dependencies": {
"firebase": "^2.4.0"
}
}
Loading…
Cancel
Save