Skip to content

Instantly share code, notes, and snippets.

View beebs93's full-sized avatar

Brad Beebe beebs93

View GitHub Profile
@beebs93
beebs93 / app.js
Created June 21, 2012 04:23
Simple example of integrating Firebase with Appcelerator
// Set master UI background color
Ti.UI.backgroundColor = '#000';
// Set vars
var winMain,
vwWebMain,
lblValue,
vwBtn;
// Set global event listener as Firebase callback