├── .DS_Store ├── .github └── FUNDING.yml ├── .temp.html ├── Icon ├── LICENSE ├── README.md ├── app.coffee ├── framer ├── .framer.modules.js.hash ├── backups │ ├── backup-2016-06-05 21.06.58.coffee │ ├── backup-2016-06-05 21.09.58.coffee │ ├── backup-2016-06-05 21.15.58.coffee │ ├── backup-2016-06-05 21.19.58.coffee │ ├── backup-2016-06-05 21.20.58.coffee │ ├── backup-2016-06-05 21.22.54.coffee │ ├── backup-2016-06-05 21.23.54.coffee │ ├── backup-2016-06-05 21.24.54.coffee │ ├── backup-2016-06-05 21.25.54.coffee │ ├── backup-2016-06-05 21.26.54.coffee │ ├── backup-2016-06-05 21.27.54.coffee │ ├── backup-2016-06-05 21.29.54.coffee │ ├── backup-2016-06-05 21.30.54.coffee │ ├── backup-2016-06-05 21.32.28.coffee │ ├── backup-2016-06-05 21.33.28.coffee │ ├── backup-2016-06-05 21.34.28.coffee │ ├── backup-2016-06-05 21.35.28.coffee │ ├── backup-2016-06-05 21.48.28.coffee │ ├── backup-2016-06-05 21.49.28.coffee │ ├── backup-2016-06-06 12.01.06.coffee │ └── backup-2016-06-07 15.54.19.coffee ├── coffee-script.js ├── config.json ├── framer.generated.js ├── framer.init.js ├── framer.js ├── framer.js.map ├── framer.modules.js ├── images │ ├── background.png │ ├── cursor-active.png │ ├── cursor-active@2x.png │ ├── cursor.png │ ├── cursor@2x.png │ ├── icon-120.png │ ├── icon-152.png │ ├── icon-180.png │ ├── icon-192.png │ ├── icon-76.png │ ├── icon-arrow.png │ ├── icon-arrow@2x.png │ ├── icon-close.png │ ├── icon-close@2x.png │ ├── icon-framer.png │ ├── icon-framer@2x.png │ ├── icon-share.png │ └── icon-share@2x.png ├── manifest.txt ├── mirror.css ├── style.css └── version ├── images └── .gitkeep ├── imported ├── .DS_Store └── wids2016@1x │ ├── images │ ├── Layer-Status_Bar_Black-ody0mdq3.png │ ├── Layer-chatScreenBackButton-ntjfqjax.png │ ├── Layer-chatroomBottomBar-nthcodk4.png │ ├── Layer-chatroomContent-ndzbneuw.png │ ├── Layer-chatroomScreen-nke1rjk0.png │ ├── Layer-goBtn-nunboem0.png │ ├── Layer-homeScreen-rddfqjqy.png │ ├── Layer-inMessageContent-mjjfodm3.png │ ├── Layer-inMessageIcon-mzq2q0zb.png │ ├── Layer-inMessageName-rtqyq0qy.png │ ├── Layer-navBar-rtzdotcy.png │ ├── Layer-navBarChatroomName-odverdbg.png │ └── Layer-sendBtn-mdmzrdiw.png │ ├── layers.json │ └── layers.json.js ├── index.html ├── modules ├── TextLayer.coffee ├── ViewController.coffee ├── firebase.coffee ├── input.coffee └── myModule.coffee └── wids2016.sketch /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/.DS_Store -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: charleswong28 4 | -------------------------------------------------------------------------------- /.temp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/.temp.html -------------------------------------------------------------------------------- /Icon : -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/README.md -------------------------------------------------------------------------------- /app.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/app.coffee -------------------------------------------------------------------------------- /framer/.framer.modules.js.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/.framer.modules.js.hash -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.06.58.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.06.58.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.09.58.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.09.58.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.15.58.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.15.58.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.19.58.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.19.58.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.20.58.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.20.58.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.22.54.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.22.54.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.23.54.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.23.54.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.24.54.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.24.54.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.25.54.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.25.54.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.26.54.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.26.54.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.27.54.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.27.54.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.29.54.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.29.54.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.30.54.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.30.54.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.32.28.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.32.28.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.33.28.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.33.28.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.34.28.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.34.28.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.35.28.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.35.28.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.48.28.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.48.28.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-05 21.49.28.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-05 21.49.28.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-06 12.01.06.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-06 12.01.06.coffee -------------------------------------------------------------------------------- /framer/backups/backup-2016-06-07 15.54.19.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/backups/backup-2016-06-07 15.54.19.coffee -------------------------------------------------------------------------------- /framer/coffee-script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/coffee-script.js -------------------------------------------------------------------------------- /framer/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/config.json -------------------------------------------------------------------------------- /framer/framer.generated.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/framer.generated.js -------------------------------------------------------------------------------- /framer/framer.init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/framer.init.js -------------------------------------------------------------------------------- /framer/framer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/framer.js -------------------------------------------------------------------------------- /framer/framer.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/framer.js.map -------------------------------------------------------------------------------- /framer/framer.modules.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/framer.modules.js -------------------------------------------------------------------------------- /framer/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/background.png -------------------------------------------------------------------------------- /framer/images/cursor-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/cursor-active.png -------------------------------------------------------------------------------- /framer/images/cursor-active@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/cursor-active@2x.png -------------------------------------------------------------------------------- /framer/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/cursor.png -------------------------------------------------------------------------------- /framer/images/cursor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/cursor@2x.png -------------------------------------------------------------------------------- /framer/images/icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-120.png -------------------------------------------------------------------------------- /framer/images/icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-152.png -------------------------------------------------------------------------------- /framer/images/icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-180.png -------------------------------------------------------------------------------- /framer/images/icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-192.png -------------------------------------------------------------------------------- /framer/images/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-76.png -------------------------------------------------------------------------------- /framer/images/icon-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-arrow.png -------------------------------------------------------------------------------- /framer/images/icon-arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-arrow@2x.png -------------------------------------------------------------------------------- /framer/images/icon-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-close.png -------------------------------------------------------------------------------- /framer/images/icon-close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-close@2x.png -------------------------------------------------------------------------------- /framer/images/icon-framer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-framer.png -------------------------------------------------------------------------------- /framer/images/icon-framer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-framer@2x.png -------------------------------------------------------------------------------- /framer/images/icon-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-share.png -------------------------------------------------------------------------------- /framer/images/icon-share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/images/icon-share@2x.png -------------------------------------------------------------------------------- /framer/manifest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/manifest.txt -------------------------------------------------------------------------------- /framer/mirror.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/mirror.css -------------------------------------------------------------------------------- /framer/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/framer/style.css -------------------------------------------------------------------------------- /framer/version: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /images/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /imported/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/.DS_Store -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-Status_Bar_Black-ody0mdq3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-Status_Bar_Black-ody0mdq3.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-chatScreenBackButton-ntjfqjax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-chatScreenBackButton-ntjfqjax.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-chatroomBottomBar-nthcodk4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-chatroomBottomBar-nthcodk4.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-chatroomContent-ndzbneuw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-chatroomContent-ndzbneuw.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-chatroomScreen-nke1rjk0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-chatroomScreen-nke1rjk0.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-goBtn-nunboem0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-goBtn-nunboem0.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-homeScreen-rddfqjqy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-homeScreen-rddfqjqy.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-inMessageContent-mjjfodm3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-inMessageContent-mjjfodm3.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-inMessageIcon-mzq2q0zb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-inMessageIcon-mzq2q0zb.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-inMessageName-rtqyq0qy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-inMessageName-rtqyq0qy.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-navBar-rtzdotcy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-navBar-rtzdotcy.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-navBarChatroomName-odverdbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-navBarChatroomName-odverdbg.png -------------------------------------------------------------------------------- /imported/wids2016@1x/images/Layer-sendBtn-mdmzrdiw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/images/Layer-sendBtn-mdmzrdiw.png -------------------------------------------------------------------------------- /imported/wids2016@1x/layers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/layers.json -------------------------------------------------------------------------------- /imported/wids2016@1x/layers.json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/imported/wids2016@1x/layers.json.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/index.html -------------------------------------------------------------------------------- /modules/TextLayer.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/modules/TextLayer.coffee -------------------------------------------------------------------------------- /modules/ViewController.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/modules/ViewController.coffee -------------------------------------------------------------------------------- /modules/firebase.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/modules/firebase.coffee -------------------------------------------------------------------------------- /modules/input.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/modules/input.coffee -------------------------------------------------------------------------------- /modules/myModule.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/modules/myModule.coffee -------------------------------------------------------------------------------- /wids2016.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charleswong28/FramerJS-Firebase-Demo/HEAD/wids2016.sketch --------------------------------------------------------------------------------