greenpeace / gpi-tl-hermes

News Aggregations and Sentiment Analysis app
2 stars 0 forks source link

Firebazinga #3

Closed krauthex closed 5 years ago

krauthex commented 5 years ago

closes #2

No distinct functions for pushing data into the database were created so far, since it can be done by simply calling

reference.set({"key": "value"})

where reference is just a firebase_admin.db.reference instance.