Commit Graph

767 Commits

Author SHA1 Message Date
Wen Bo Xie
e5d25efffa docs: add Realtime upgrade guide for onOpen 2022-10-26 16:12:42 -07:00
Ryan Tipps
1a8e5137c0 Docs update - Expand guide for generating types from the CLI (#9820)
* Expand guide for generating types from the CLI

Added an instruction for generating types for those hosting their project on the Supabase Platform. 
Also added clarification to existing type gen instructions, such that the reader knows they apply for those with a local development running Supabase in a Docker container.
Also linked to the full list of type gen options in the reference docs.

* apply prettier formatting

* Apply @kiwicopple's suggestions from code review

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2022-10-26 21:40:25 +02:00
Copple
e4d79f1b07 Docs: Adds some upgrade instructions (#9862)
* Adds some upgrade instructions

* Update apps/reference/docs/guides/platform/migrating-between-projects.mdx

Co-authored-by: Sara Tavares <29093946+stavares843@users.noreply.github.com>

* Update apps/reference/docs/guides/platform/migrating-between-projects.mdx

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/docs/guides/platform/migrating-between-projects.mdx

Co-authored-by: dng <danny@supabase.io>

* Update apps/www/lib/redirects.js

Co-authored-by: dng <danny@supabase.io>

* Update apps/temp-docs/components/nav/Nav.constants.ts

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/nav/_referenceSidebars.js

Co-authored-by: dng <danny@supabase.io>

Co-authored-by: Sara Tavares <29093946+stavares843@users.noreply.github.com>
Co-authored-by: dng <danny@supabase.io>
2022-10-26 21:32:59 +02:00
Copple
c7be34a47f Revert "docs: add refreshSession()" (#9872)
Revert "docs: add refreshSession() (#9839)"

This reverts commit cde159d06a.
2022-10-26 12:22:04 -07:00
j4w8n
cde159d06a docs: add refreshSession() (#9839)
* docs: add refreshSession()

* fix: add await

Co-authored-by: Kang Ming <kang.ming1996@gmail.com>

* fix: add await

Co-authored-by: Kang Ming <kang.ming1996@gmail.com>

* removes server-side usage, changes example names

* add item to nav js sidebar

Co-authored-by: Jason Creviston <jcreviston@pm.me>
Co-authored-by: Kang Ming <kang.ming1996@gmail.com>
2022-10-26 21:18:42 +02:00
dng
af619e18a6 Merge pull request #9807 from supabase/docs/move-api-section
Move APIs section into Database section
2022-10-26 11:00:12 -07:00
dannykng
399b9d529a Update Data APIs overview 2022-10-26 10:40:31 -07:00
Max Countryman
4faaf43b87 fix cli invocation (#9855) 2022-10-26 15:42:10 +00:00
Copple
ca63127db1 Docs: Adds pgnet and database webhooks (#9803)
* Adds pgnet and database webhooks

* fixes name of pg_net

* Adds the cron extension

* Update apps/reference/docs/guides/database/database-webhooks.mdx

Co-authored-by: Steve Chavez <stevechavezast@gmail.com>

* Update apps/reference/docs/guides/database/extensions/pgnet.mdx

Co-authored-by: Steve Chavez <stevechavezast@gmail.com>

* Update apps/reference/docs/guides/database/database-webhooks.mdx

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/docs/guides/database/database-webhooks.mdx

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/docs/guides/database/database-webhooks.mdx

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/nav/_referenceSidebars.js

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/nav/_referenceSidebars.js

Co-authored-by: dng <danny@supabase.io>

* Update apps/reference/docs/guides/database/extensions/pgnet.mdx

* Update apps/reference/docs/guides/database/extensions/pgnet.mdx

* Update apps/reference/docs/guides/database/database-webhooks.mdx

* Update apps/reference/docs/guides/database/database-webhooks.mdx

* Update apps/reference/docs/guides/database/extensions/pgnet.mdx

Co-authored-by: Steve Chavez <stevechavezast@gmail.com>
Co-authored-by: dng <danny@supabase.io>
2022-10-26 12:39:53 +00:00
Chase Granberry
d2b44a8a11 Merge pull request #9832 from supabase/docs/ga-beta-realtime
Upgrade Realtime services
2022-10-26 04:33:50 -07:00
Copple
392d40ec54 fix deprecation notices on RLS (#9858) 2022-10-26 13:04:34 +02:00
dng
41d5f2145c Merge branch 'master' into docs/move-api-section 2022-10-25 16:51:54 -07:00
dannykng
c99b8d2d2c Admin API -> Management API 2022-10-25 16:47:11 -07:00
dannykng
42146f4b7f Update "Enable email provider" step 2022-10-25 14:45:44 -07:00
Lakshan Perera
00ead8d279 Update apps/reference/docs/guides/functions.mdx
Co-authored-by: dng <danny@supabase.io>
2022-10-26 07:45:51 +11:00
dannykng
42b202f990 "Supabase API" -> "Management API" 2022-10-25 12:19:10 -07:00
dannykng
cb55472735 "Auto-generated APIs" -> "Data APIs" 2022-10-25 12:18:43 -07:00
Lakshan Perera
f4858605b6 Add a suggestion on using HTTP Methods 2022-10-26 05:41:23 +11:00
Steve Chavez
673ac9e9d7 API connection pool clarification 2022-10-25 12:00:08 -05:00
Chase Granberry
d5a4fdf85b ga Postgres CDC - beta broadcast and presence 2022-10-25 07:09:18 -07:00
Thor 雷神 Schaeff
2075f11af7 Merge pull request #9825 from supabase/thor/nextjs-quickstart-video
chore: add nexts quickstart video
2022-10-25 18:06:19 +08:00
Lakshan Perera
5b1ca63b77 Updated the list of examples (#9822) 2022-10-25 12:01:51 +02:00
thorwebdev
a7ad5bc056 chore: move video guide below intro. 2022-10-25 17:42:51 +08:00
thorwebdev
a7502cf626 chore: add nexts quickstart video 2022-10-25 17:06:30 +08:00
Andrew Smith
35dfcc7228 Merge pull request #9754 from supabase/chore/update-sveltekit-quickstart
Update to SvelteKit quickstart with auth helpers
2022-10-25 00:51:35 +00:00
dng
559ba9a083 Update auth-twilio.mdx 2022-10-24 16:31:04 -07:00
Andrew Smith
11251c4451 Apply suggestions from code review
Co-authored-by: dng <danny@supabase.io>
2022-10-24 23:25:09 +00:00
Andrew Smith
581c222dd4 Update apps/reference/docs/guides/with-sveltekit.mdx
Co-authored-by: dng <danny@supabase.io>
2022-10-24 23:23:50 +00:00
dng
eb5866a8ec Merge pull request #9795 from main-tech/patch-1
add the type property to the verifyOtp argument
2022-10-24 16:14:13 -07:00
Giedrius
290b7b9be2 Docs: fix supabase-js v2 upgrade realtime info
- add missing comma
- for unsubscribe as an argument use channel object instead of channel name.
2022-10-24 16:12:55 -07:00
dng
6870ad6851 Merge pull request #9760 from rscorer/patch-2
Nuxt3 user example: Fix logout, login and link to examples repo
2022-10-24 16:09:34 -07:00
Wen Bo Xie
2e8192fff2 docs: update self-host overview and docker guides 2022-10-24 16:09:50 -04:00
Wen Bo Xie
997f0c8024 fix: update Realtime server setup link in hosting overview 2022-10-24 16:09:50 -04:00
dannykng
a700af246b Prettier 2022-10-24 12:19:22 -07:00
dannykng
8066d289f1 Move APIs section into Database section 2022-10-24 12:15:39 -07:00
dng
6f0c44ab57 Update apps/reference/docs/guides/with-flutter.mdx 2022-10-24 11:18:44 -07:00
Mandela Mitau
37bb8291a2 add the type property to the verifyOtp argument
Solve 400 error code caused by missing type property in the verifyOtp argument
2022-10-24 11:48:11 +03:00
Andrey M
5c58f8d7b8 Remove the list from the code block
Setup deep links contain the list of actions inside the code block. It doesn't seem correct according to the other pages of docs.
2022-10-23 10:04:41 +03:00
Tyler
1b2632dd00 Merge pull request #9721 from supabase/fix/flutter-icon
fix: update flutter icon with one with proper color
2022-10-22 22:31:09 +09:00
Richard Scorer
37f37e1956 Fix logout, login and link to examples repo
When logging out, set user.value to null, logging user out.
Link to correct repo for source code.
Update from signIn to signInWithOtp.
2022-10-22 09:16:20 +01:00
Tyler
92b471f53a Merge pull request #9753 from supabase/fix/flutter-migration-guide
Adds notes on deprecated auth class on flutter v1 migration guide
2022-10-22 14:21:45 +09:00
dshukertjr
35f2bf08ce use a square svg icon for flutter icon 2022-10-22 11:44:08 +09:00
Andrew Smith
b9ddf6b273 Update to SvelteKit quickstart with auth helpers 2022-10-22 02:11:05 +00:00
dshukertjr
01a381a756 correct minor mistake in flutter migration guide 2022-10-22 10:40:20 +09:00
dshukertjr
d7ed4b0edd Adds notes on deprecated auth class on flutter v1 migration guide 2022-10-22 10:33:41 +09:00
Div Arora
b28cc0f1cb chore: port over custom domain changes from https://github.com/supabase/supabase/pull/9693 2022-10-22 06:16:22 +08:00
dng
1a5c98907d Merge pull request #9737 from supabase/docs/environments
Docs: managing environments
2022-10-21 13:02:28 -07:00
dng
955afd3973 Update apps/reference/docs/guides/cli/environments.mdx 2022-10-21 12:52:04 -07:00
dng
ef47b6c78d Update apps/reference/docs/guides/cli/environments.mdx 2022-10-21 12:51:51 -07:00
dng
9306ce2e86 Apply suggestions from code review 2022-10-21 12:49:24 -07:00