Skip to content

Commit

Permalink
Updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
marckrenn committed Apr 21, 2018
1 parent 2b46f4f commit 54df0e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Updated to support Promises.
| :---: | :---: |
| ![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](https://framer.cloud/ljPWN/) | Live @ [firebaseBubbles](https://framer.cloud/Pfkqn) |
| Live @ [firebaseSlider](https://framer.cloud/mRRkp/) | Live @ [firebaseBubbles](https://framer.cloud/hCHjX/) |

| Placeholder | Advanced |
| :---: | :---: |
| ![png](http://i.imgur.com/DJt6U3a.png) | ![gif](http://i.giphy.com/l0K4lktvDV129Jl8k.gif) |
| | *Like*-counts, three of them |
| | Live @ [firebaseLikes](https://framer.cloud/vrEdo) |
| | Live @ [firebaseLikes](https://framer.cloud/IdelR/) |

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 Down Expand Up @@ -113,7 +113,7 @@ firebase = new Firebase
projectID: ___________ # 1) ... Database → first part of URL
secret: ______________ # 2) ... Project Settings → Service Accounts → Database Secrets → Show (mouse-over)
```


| 1) projectID | 2) secret |
| :---: | :---: |
Expand Down Expand Up @@ -416,4 +416,3 @@ For further information on how to order or limit requests please refer to [Fireb
| startAt: | *Number* |
| endAt: | *Number* |
| equalTo: | *Number* |

0 comments on commit 54df0e6

Please sign in to comment.