supabase-community / supabase-go

A Go Client library for Supabase
MIT License
125 stars 8 forks source link

Integrate with gotrue-go #8

Closed elijahmorg closed 4 weeks ago

elijahmorg commented 2 months ago

Feature request

Integrate this supabase-go client with gotrue-go so that it can function more like an actual client. I plan on working on doing this and working towards adding feature parity with the supabase-js client.

Is your feature request related to a problem? Please describe.

This client is not yet finished. I am going to push it towards being finished because I am bored.

Describe the solution you'd like

I'll have to do some trial and error but for the most part I plan on making the api as similar to supabase-js as makes sense. Go is a very different language.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

jakeeknight commented 2 months ago

Any time frame on this?

elijahmorg commented 2 months ago

Yeah. I have this implemented this in my PR #9

I opened it two weeks ago but haven't heard anything.

jakeeknight commented 2 months ago

Ah, I have integrated into my own internal package for now so thanks. Seems this and the postgrest-go repos aren't updated regularly which is a shame.

tranhoangvuit commented 4 weeks ago

I've tested with the newest version; it is already integrated with GoTrue. Thank @elijahmorg, I close this issue first.