From 65be22bce9333841e9a9124dbb0b2e10a9f6bfaf Mon Sep 17 00:00:00 2001 From: Lee Olayvar Date: Fri, 21 Nov 2014 18:34:59 +0000 Subject: [PATCH] Added links --- Samples/firebase.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Samples/firebase.js b/Samples/firebase.js index f9cbb32..856a8a6 100644 --- a/Samples/firebase.js +++ b/Samples/firebase.js @@ -11,6 +11,12 @@ // // node firebase.js // +// Please see the following links for more information: +// +// - https://www.firebase.com/docs/web/quickstart.html +// - https://www.firebase.com/docs/web/guide/ +// - https://www.firebase.com/docs/web/examples.html +// var Firebase = require('firebase'); var id = Math.floor(Math.random()*1000000)