diff --git a/README.md b/README.md index 5739359..d60a0b3 100755 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ The **Firebase module** allows your Framer prototype to **load**, **save** and * | :---: | :---: | | ![gif](http://i.giphy.com/l0K40AVo2PF0usMuY.gif) | ![gif](http://i.giphy.com/3o7qE5fsbV3QqzyOZi.gif) | | Loads, saves and syncs *slider.value* w/ 2 lines of code | World's first(?) bubble popping MMO | -| Live @ [firebaseSlider](http://share.framerjs.com/wy3h55lm3i60/) | Live @ [firebaseBubbles](http://share.framerjs.com/xo1udhs8onpt/) | +| Live @ [firebaseSlider](http://share.framerjs.com/3quipitnnf81/) | Live @ [firebaseBubbles](http://share.framerjs.com/6kii3hqb7tt2/) | | Placeholder | Advanced | | :---: | :---: | | ![png](http://i.imgur.com/DJt6U3a.png) | ![gif](http://i.giphy.com/l0K4lktvDV129Jl8k.gif) | | | *Like*-counts, three of them | -| | Live @ [firebaseLikes](http://share.framerjs.com/52oq0ivmama0/) | +| | Live @ [firebaseLikes](http://share.framerjs.com/6q3dxwenh8gu/) | These examples include access to a public demo database for the purpose of demonstration. > **Please DON'T use this demo database for your projects! Your data will be deleted.** @@ -34,7 +34,7 @@ I'd also like to recommend reading [*Supercharge your Framer prototype with Fire | **2** | Put `firebase.coffee` into your prototype's `modules`-folder or *drag'n'drop* it onto the Framer window | | **3** | Add or change the autogenerated `require`-line to `{Firebase} = require 'firebase'` | | **4** | Reload (*CMD+R*) or save (*CMD+S*) your project to get Framer to load the module | -| **-!-** | Or start by using this [template file](http://share.framerjs.com/7zh3k2mtztj7/) | +| **-!-** | Or start by using this [template file](http://share.framerjs.com/ezo9gq7xju3z/) | | **5** | Go to https://firebase.google.com → *Login* → *Console* → *Create New Project* | | **6** | Back in Framer, add `firebase = new Firebase` and set the required [Class Properties](https://github.com/marckrenn/framer-Firebase#1-properties) | | **7** | Save, load and sync data using the available [Class Methods](https://github.com/marckrenn/framer-Firebase#2-methods). Also, check out the [Demo Projects](https://github.com/marckrenn/framer-Firebase#demo-projects). |