You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's valuable to finish the implementation of example projects that uses this Supabase Elixir SDK, specially for authentication and storage management since it are the most stable integrations for now and also the most used too.
Describe the improvement
People were reaching me out and opening issues here since it kinda confuse how to integration go-true with phoenix, specially live view, so it's very valuable to implement ports of supabase example project, like the current vue, react and so on.
Additional context
There's already a draft PR #47 but it's very outdated so go true and storage integrations already had many updates and also it doesn't integrate the latest updates from supabase-ex too, since there are a bunch of PRs opened.
The text was updated successfully, but these errors were encountered:
The #47 started to implement the port from vue3 user-management and also adds a simple framework quickstart for using Supabase SDK from Phoenix Live View projects, which probably the most common use case, which can be previewed here and is kinda a port of nuxt.js quickstart
Since phoenix/elixir is generally used as backend/fullstack web stack, the quickstart do not enforce the usage of https://supabase-community/postgrest-ex, although we can think on extend the Quickstart to include this option too, but Ii don't think is worthy for now considering that most of phoenix users will prefer to use ecto to manage their supabase database instance.
Improve documentation
Link
N/A
Describe the problem
It's valuable to finish the implementation of example projects that uses this Supabase Elixir SDK, specially for authentication and storage management since it are the most stable integrations for now and also the most used too.
Describe the improvement
People were reaching me out and opening issues here since it kinda confuse how to integration go-true with phoenix, specially live view, so it's very valuable to implement ports of supabase example project, like the current vue, react and so on.
Additional context
There's already a draft PR #47 but it's very outdated so go true and storage integrations already had many updates and also it doesn't integrate the latest updates from
supabase-ex
too, since there are a bunch of PRs opened.The text was updated successfully, but these errors were encountered: