character-sheet-app
character-sheet-app copied to clipboard
[Question] Can the firebase be replaced with supabase?
I don't use Firebase and I'm running a instance of supabase, will that work or would that need a new implementation?
I'm not familiar with supabase, but I assume yes, as it would probably have different auth and api endpoints. Right now I just setup things with firebase as simply as possible, relying heavily on their js library, so doubt it would work with anything else.
It would take a config somewhere to choose the db backend and then alternate files to auth/access via supabase.