python-mapswipe-workers
python-mapswipe-workers copied to clipboard
Collect Firebase Functionality in its own Object
Currently code for the firebase lives in several different places. It would be nice to group them into a class which handles all the firebase logic in one place.
- currently connection is established in utils/auth
- in firebase postgres are many interactions with the firebase
- project creation also leads to interactions with the firebase