how to write if condition while fetching data from firebase js 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);