* Add a logging/debugging section to database function docs
Accidentally closed and deleted the original PR:
- https://github.com/supabase/supabase/pull/20787
This is an update
* Referenced Severity levels
* Update next.js setup docs email template
The email templates need to have the type parameter.
The wording here is a bit clumsy but it's hard to convey succinctly. A variable for the email type would be kinda cool.
I was getting 401 `AuthApiError: Email link is invalid or has expired` until I changed this for my `magiclink`
* Update apps/docs/content/guides/auth/server-side/nextjs.mdx
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
* rename 'web app tutorials' to 'web app demos'
* replace auth helper with server-side auth
* add more descriptive instructions
* fix small typos
* create a section on supabase utitlies
* update middleware section to include utilities
* update supabase auth ui to include the utilities
* add a login/signup form
* replace supabase auth ui section with a note
* update PCKE section to use /auth/confirm route instead of /auth/callback
* update Account Page section to use utilities and switch locations
* update Sign out section to use utilities
* update bonus section to include utilities
* minor fixes
* Apply suggestions from code review
* format
* format
* fix js examples
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
I noticed in the function to updateProfile the "avatar_url" was not using the passed in "avatarUrl" value.
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
* docs: Focus Google sign-in guide for Kotlin on Android
* refine the Kotlin code and add instructions to add dependencies
* Add Kotlin multiplatform instructions on Kotlin tab
* minor style tiding up
* refine instructions for creating client IDs for Android apps
* Update apps/docs/content/guides/auth/social-login/auth-google.mdx
* Update apps/docs/content/guides/auth/social-login/auth-google.mdx
Co-authored-by: Jan Tennert <jan.m.tennert@gmail.com>
* ci: Autofix updates from GitHub workflow
---------
Co-authored-by: Jan Tennert <jan.m.tennert@gmail.com>
Co-authored-by: github-tidy-bot <github-tidy-bot@supabase.com>
* Update Dart edge so that it will work with the current constraints
* Remove the extra line on sample edge.yaml
* make review dog happy
---------
Co-authored-by: Rodrigo Mansueli Nunes <rodrigo@mansueli.com>
* feat: add new Icons package
* Create README.md
* add more icons
* add "Home" icon and "Postgres" icon
* reduce helpers
* remove old files
* make dev deps
* Delete package-lock.json
* Update README.md
* add to packages for other apps
* remove from db.design
* Update README.md
* Move the build-icons package in the packages folder.
---------
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
* docs: Maturity model - making it even clearer
* Update apps/docs/content/guides/platform/maturity-model.mdx
* Update apps/docs/content/guides/platform/maturity-model.mdx
* remove hardcoded part from the link
---------
Co-authored-by: Rodrigo Mansueli Nunes <rodrigo@mansueli.com>
Before: All pages have the Home nav menu in static HTML, which is blown away and replaced by the proper nav menu upon hydration. This leads to jankiness when the page first loads and an unpleasant flash of the wrong nav menu (especially obvious on the JavaScript ref page, which takes a long time to process and rerender the nav).
Now: All pages have their correct nav menu in static HTML.