how to add data to firebase database through code web app code example
Example: write firebase data using variables javascript
foo = {};
foo[variable] = 'more stuff';
fb.set(foo);
foo = {};
foo[variable] = 'more stuff';
fb.set(foo);