character-sheet-app icon indicating copy to clipboard operation
character-sheet-app copied to clipboard

[Question] Can the firebase be replaced with supabase?

Open lnxredir opened this issue 1 year ago • 1 comments

I don't use Firebase and I'm running a instance of supabase, will that work or would that need a new implementation?

lnxredir avatar Sep 23 '24 15:09 lnxredir

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.

derikb avatar Sep 23 '24 17:09 derikb