62 Commits

Author SHA1 Message Date
Stojan Dimitrovski
93ba2a312c docs: indicate publishable key instead of anon in many examples (#37411)
* docs: indicate publishable key instead of anon in many examples

* replace your-anon-key to string indicating publishable or anon

* fix your_...

* apply suggestion from @ChrisChinchilla

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>

* Update keys in code examples

* Prettier fix

* Update apps/docs/content/guides/functions/schedule-functions.mdx

---------

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>
2025-08-18 13:47:48 +02:00
Han Qiao
7f099d0e4c chore: simplify config for realtime example (#30889) 2024-12-04 21:08:41 +08:00
Andrew Valleteau
d265797541 chore: update nextjs-todo-list guide and config.toml (#30716)
* chore: update nextjs-todo-list guide and config.toml

* fix: use commented vercel urls

* Update examples/todo-list/nextjs-todo-list/supabase/config.toml

Co-authored-by: Han Qiao <sweatybridge@gmail.com>

* Update examples/todo-list/nextjs-todo-list/supabase/config.toml

Co-authored-by: Han Qiao <sweatybridge@gmail.com>

* chore(docs): remove local development guide

* chore(docs): document dotenv usage syntax

* chore: complete auth config example

* chore: update config comments

* chore: disable seeding via config

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
Co-authored-by: Qiao Han <qiao@supabase.io>
2024-12-04 08:59:22 +00:00
Jonathan Summers-Muir
6d760a1a99 Feat/deep dark (#27026)
* chore: move to deeper dark

* tidy up boxes on www

* update deep-dark colors

* fix homepage product cards

* toned down pricing page a little

* update

* lots of color changes

* Update grid.scss

* Update EntityListItem.tsx

* Update EntityListItem.tsx

* fix partners page icon

* fix partners page colors

* update theme

* Update global.css

* combined dark theme so classic-dark does not break on other sites

* Update package-lock.json

* updated color tokens pipeline to support combined dark theme

* smol updates

* Update FeaturedThumb.tsx

* Update BlogFilters.tsx

* Update BlogListItem.tsx

* Update BlogListItem.tsx

* Update UserSettingsDropdown.tsx

* Update NavigationBar.tsx

---------

Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
2024-07-30 21:34:28 +08:00
cyluss
bfa54a2ca1 docs: Fix incorrect RLS original word in examples (#26937)
Fix incorrect RLS original word

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-06-04 01:08:30 +00:00
Charis
5d8cef6040 fix: update all examples and snippets to use select for auth rls func… (#22632)
fix: update all examples and snippets to use select for auth rls functions
2024-04-11 12:56:11 -04:00
S96EA
d2c076acf2 fix(example): remove supabase kong config from nextjs-todo-list example (#19353)
fix: remove supabase kong config from nextjs-todo-list example
2023-12-04 12:48:08 +00:00
Greg Richardson
1052b5e858 Rename readme.md to README.md 2023-08-21 11:00:15 -05:00
邓超
b098dc25cd Introduce Nuxt3 todo list example 2023-08-15 17:43:13 +08:00
dependabot[bot]
193a5d6dac chore(deps): bump word-wrap in /examples/todo-list/nextjs-todo-list
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 09:46:15 +00:00
dependabot[bot]
f59b52bcc7 build(deps): bump semver in /examples/todo-list/nextjs-todo-list
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 17:02:11 +00:00
thorwebdev
4e040dc2cb feat: update with new vercel deploy integration. 2023-07-12 18:17:29 +08:00
Greg Richardson
1bac934859 Merge branch 'master' into chore/change-dashboard-links 2023-06-29 13:54:26 -06:00
Thomas Welén
b9672f1add Build adjustments 2023-06-27 08:22:21 +02:00
Greg Richardson
26be8af745 chore: change dashboard links to new url 2023-06-22 09:32:18 -06:00
Terry Sutton
1cc21bdbca Update vite per dependabot vulnulerability 2023-06-13 15:51:18 -02:30
dependabot[bot]
907fd3002a chore(deps-dev): bump vite in /examples/todo-list/sveltejs-todo-list
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.4 to 3.2.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 17:36:08 +00:00
Andrew Smith
87355ed7c4 Add nextjs todo list example 2023-02-22 14:41:36 +00:00
Andrew Smith
fe917faf46 Update examples with latest supabase-js
Update schema file to work with latest supabase-js
2022-10-26 21:45:37 +00:00
thorwebdev
d4ee3473c8 chore: update examples supabase-js v2 2022-10-19 23:18:59 +08:00
dannykng
9370244537 Revert "chore: remove examples"
This reverts commit 05b96de142.
2022-09-16 10:13:18 -07:00
Isaiah Hamilton
05b96de142 chore: remove examples 2022-09-08 22:55:22 -04:00
Copple
1f023eb7ca Merge pull request #7818 from supabase/dependabot/npm_and_yarn/examples/todo-list/react-todo-list/terser-4.8.1
Bump terser from 4.8.0 to 4.8.1 in /examples/todo-list/react-todo-list
2022-08-02 14:20:25 +02:00
Copple
081b4b6b34 Merge pull request #7817 from supabase/dependabot/npm_and_yarn/examples/todo-list/vue3-ts-todo-list/terser-4.8.1
Bump terser from 4.8.0 to 4.8.1 in /examples/todo-list/vue3-ts-todo-list
2022-08-02 14:20:07 +02:00
snyk-bot
78d4b4601c fix: examples/todo-list/nextjs-todo-list/package.json & examples/todo-list/nextjs-todo-list/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180
2022-07-31 21:04:53 +00:00
dependabot[bot]
7c31de868d Bump terser from 4.8.0 to 4.8.1 in /examples/todo-list/react-todo-list
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 11:34:45 +00:00
dependabot[bot]
8b5011c3ce Bump terser from 4.8.0 to 4.8.1 in /examples/todo-list/vue3-ts-todo-list
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 11:33:59 +00:00
dependabot[bot]
7e66b905d1 Bump glob-parent in /examples/todo-list/sveltejs-todo-list
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 03:17:55 +00:00
dependabot[bot]
d13bd4933b Bump moment in /examples/todo-list/sveltejs-todo-list
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 04:47:49 +00:00
Ollie Halliday
bee9354657 added note about auth logins on the demo 2022-07-05 20:14:38 +01:00
dependabot[bot]
45b1b79c5e chore(deps): bump shell-quote
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/1.6.1...1.7.3)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-28 15:43:04 +00:00
Copple
d5f25db6d4 Merge pull request #7407 from supabase/dependabot/npm_and_yarn/examples/todo-list/sveltejs-todo-list/got-11.8.5
Bump got from 11.7.0 to 11.8.5 in /examples/todo-list/sveltejs-todo-list
2022-06-25 18:18:42 -05:00
Copple
b37a4f6124 Merge pull request #7390 from supabase/snyk-fix-acaa31e0026cb3f806d7528fe07d0e5e
[Snyk] Security upgrade react-native from 0.66.4 to 0.69.0
2022-06-25 18:14:48 -05:00
dependabot[bot]
fb65eb2780 Bump got from 11.7.0 to 11.8.5 in /examples/todo-list/sveltejs-todo-list
Bumps [got](https://github.com/sindresorhus/got) from 11.7.0 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v11.7.0...v11.8.5)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-24 06:40:28 +00:00
snyk-bot
0dc37f22ab fix: examples/todo-list/react-native-todo-list/package.json & examples/todo-list/react-native-todo-list/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506
2022-06-23 05:42:01 +00:00
snyk-bot
411164f900 fix: examples/todo-list/react-native-ts-todo-list/package.json & examples/todo-list/react-native-ts-todo-list/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506
2022-06-22 23:55:40 +00:00
Tyler
1acfd4fd5c Merge pull request #7101 from Anikets08/ani-flutter-todo-list
updated the examples folder with flutter todo app
2022-06-20 18:01:55 +09:00
Aniket Singh
45bc4c2af5 onTab changed to onTap 2022-06-20 14:05:59 +05:30
Aniket Singh
4bb4f6eee1 removed unwanted setState() 2022-06-20 14:03:03 +05:30
Aniket Singh
a308120cf8 Update examples/todo-list/flutter-todo-list/lib/screens/todo.dart
Co-authored-by: Tyler <18113850+dshukertjr@users.noreply.github.com>
2022-06-20 13:55:12 +05:30
Aniket Singh
49ce7ee6b4 removed user database and changed todos db same as nextjs todo example 2022-06-19 16:27:22 +05:30
Aniket Singh
40adf22597 removed user database and changed todos db same as nextjs todo example 2022-06-19 16:20:32 +05:30
Aniket Singh
6da91b4669 removed separate dir for auth and crud func && updated the supabase 2022-06-18 14:05:35 +05:30
Copple
e0f0fe362e Merge pull request #6847 from adamt55/patch-1
Update index.js
2022-06-15 03:47:29 +10:00
Copple
db3c2240be Merge pull request #7144 from supabase/dependabot/npm_and_yarn/examples/todo-list/react-native-todo-list/async-2.6.4
chore(deps): bump async from 2.6.3 to 2.6.4 in /examples/todo-list/react-native-todo-list
2022-06-06 15:54:42 +10:00
dshukertjr
eaa5aa5a61 fix: lint cleanup 2022-06-05 16:42:54 +09:00
dshukertjr
0eb7ab1992 fix: replace snackbar method with extension method 2022-06-05 16:00:08 +09:00
dshukertjr
50901c9a7d fix: replacing custom textfield with themed TextFormField 2022-06-05 15:50:53 +09:00
dshukertjr
fbf099c67f feat: updated input theme 2022-06-05 12:49:33 +09:00
dshukertjr
2d9326db7c fix: remove SizedBox that are directly under body of Scaffold 2022-06-04 18:05:59 +09:00