Closed krauthex closed 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.
reference
firebase_admin.db.reference
closes #2
No distinct functions for pushing data into the database were created so far, since it can be done by simply calling
where
reference
is just afirebase_admin.db.reference
instance.