Skip to content

Commit

Permalink
updated demo- and template-links
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Krenn authored and Marc Krenn committed Sep 21, 2016
1 parent ad54474 commit cd0990e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand All @@ -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). |
Expand Down

0 comments on commit cd0990e

Please sign in to comment.