F4IF / ctree-demo

Collaboration Tree - A community discussion platform built for maximum insight with minimum oversight.
http://demo.ctree.org
Other
37 stars 22 forks source link

Add optional Firebase account registration #81

Closed CSchmitz81 closed 6 years ago

CSchmitz81 commented 6 years ago

To start using Firebase data we need to be able to specify account details. Because we don't want to include account details in open source we should just set up a way to initialize the account and comment out the code with TODO comments describing what goes where. If the credentials aren't initialized we should fallback on the test data. The implementation should essentially toggle between a test loader and Firebase loader based on if Firebase credentials are provided.

CSchmitz81 commented 6 years ago

merged