supabase-community / gotrue-swift

A Swift client library for GoTrue.
MIT License
35 stars 31 forks source link

Example code in the GitHub documentation on how to use GoTrue in Swift #10

Closed LeoHeuser closed 2 years ago

LeoHeuser commented 2 years ago

As a Supabase user, I want to see an explicit code example in Swift, to be able to set up a basic user management within minutes and have a reference to the JS documentation.

Currently the documentation doesn't help me that much as a beginner in Swift and with no experience in JS. I personally liked the introduction in the PostgREST (see https://github.com/supabase-community/postgrest-swift section "Usage") where you get a basic example to keep the connection to a db up and running. I was able to get data within 20 min. of work based on the PostgRest "tutorial".

I wish for a short documentation of getting started with a basic user management:

AngCosmin commented 2 years ago

Hey @LeoHeuser 👋 I added an example in the README of this repo: https://github.com/supabase-community/supabase-swift Let me know if you have any further questions