sprig icon indicating copy to clipboard operation
sprig copied to clipboard

Move firebase functionality out of /lib/game-saving/account.ts into its own file

Open Cosmin-Mare opened this issue 1 year ago • 1 comments

At the moment, all the firebase API functionality is inside /lib/game-saving/accounts.ts and it should be its own lib file(dbUtils.ts), because other future functionality involving the db may not directly involve game-saving, or accounts.

Cosmin-Mare avatar Apr 19 '24 09:04 Cosmin-Mare

i would advocate for using a filename firebase.ts instead

JosiasAurel avatar Apr 26 '24 13:04 JosiasAurel