react-news icon indicating copy to clipboard operation
react-news copied to clipboard

Firebase Structure

Open martin-ro opened this issue 9 years ago • 1 comments

This might be a stupid question but what exactly is the "Firebase Structure" part in the README.md? Sorry for my ignorance, it's the first time I'm using Firebase. I was able to deploy the App but now stuck.

I assume it is the database structure?

Cheers, Martin.

martin-ro avatar Jun 27 '16 09:06 martin-ro

@martin-ro Exactly. It's how the data is stored in Firebase. It corresponds to how it's queried using the Firebase SDK, e.g. https://github.com/echenley/react-news/blob/master/src/js/actions/Actions.js#L12

echenley avatar Jul 08 '16 21:07 echenley