python-mapswipe-workers icon indicating copy to clipboard operation
python-mapswipe-workers copied to clipboard

Collect Firebase Functionality in its own Object

Open ElJocho opened this issue 1 year ago • 0 comments

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

ElJocho avatar May 17 '23 12:05 ElJocho