Chris Bautista
|
e8d1dd33a6
|
fix: vercel deploy button for slack clone
|
2022-07-28 11:15:13 -07:00 |
|
Jonathan Summers-Muir
|
5a38bd3d51
|
chore: update app.supabase.io links to app.supabase.com
|
2022-05-30 14:52:54 +08:00 |
|
Wen Bo Xie
|
ceeb5e0038
|
chore: version bump supabase-js to 1.35.3 in nextjs slack clone
|
2022-05-19 22:25:01 -07:00 |
|
Amin
|
c3fa66de18
|
update more slack clone links
|
2022-05-19 10:53:29 +07:00 |
|
Copple
|
e053fe7dc4
|
updates the deploy buttons
|
2022-04-27 17:28:35 +02:00 |
|
Copple
|
1b1bce93da
|
organises the examples by function
|
2022-04-27 15:20:41 +02:00 |
|
Paul Copplestone
|
ede962481f
|
chore: I'm settling on the example structure: {framework}-{app-description}
This is more likely how people will search - looking first for the framework which they are familiar with
|
2020-11-17 19:54:22 +08:00 |
|
Paul Copplestone
|
3d2c8c7ee9
|
Reverts back to the old supabase-js (for now) and resolves sidebar styling issues
|
2020-11-16 10:21:15 +08:00 |
|
Bobbie Soedirgo
|
550be3a9cb
|
chore(slack clone): update to latest supabase-js (#288)
Also minor fixes, mostly related to using filters after `select` and
some auth API changes.
|
2020-11-15 11:59:29 +08:00 |
|
Duncan Healy
|
c870fdd252
|
catch error, change body to data
|
2020-11-05 16:02:04 +00:00 |
|
Duncan Healy
|
0148176bad
|
fix package json to latest version of supabase-js
|
2020-11-05 11:03:50 +00:00 |
|
Duncan Healy
|
1767ec6e6e
|
fix signOut
|
2020-11-04 12:28:17 +00:00 |
|
Duncan Healy
|
f2fe1b0a9c
|
change to signIn signUp
|
2020-11-04 12:21:39 +00:00 |
|
Pham Hieu
|
2befe81a1a
|
fix: slack-clone example to use a single supabase client in order to prevent access-token out of sync
|
2020-08-18 16:19:10 +08:00 |
|
Thorsten Schaeff
|
fed822f48c
|
examples(slack-clone): Sync changes with next.js repo. (#139)
Co-authored-by: Thorsten Schaeff <thorsten@stripe.com>
|
2020-08-13 15:14:34 +08:00 |
|
awalias
|
274b413293
|
Update README.md
slight clarification to slack clone docs
|
2020-08-09 13:12:22 +08:00 |
|
Paul Copplestone
|
55a0aa5b7f
|
docs: Adds the schema for people to get an idea of RLS
|
2020-07-30 20:28:19 +08:00 |
|
Paul Copplestone
|
1c4e6c91c9
|
docs: Left align gif
|
2020-07-30 20:10:05 +08:00 |
|
Paul Copplestone
|
83467cf86f
|
docs: adds a link to a loom video
|
2020-07-30 20:04:32 +08:00 |
|
Paul Copplestone
|
91ec9cd339
|
docs: removes link to giphy
|
2020-07-30 19:17:53 +08:00 |
|
Paul Copplestone
|
158418504a
|
chore: small formating on slack clone
|
2020-07-30 19:15:25 +08:00 |
|
Paul Copplestone
|
05addad410
|
chore: Bumps the supabase version to the most updates Auth
|
2020-07-30 13:35:44 +08:00 |
|
Paul Copplestone
|
7e24010f60
|
docs: Flesh out some instructions
|
2020-07-29 18:12:46 +08:00 |
|
Paul Copplestone
|
d57c43a8c4
|
Adds the missing env vars for vercel deploy
|
2020-07-29 17:59:05 +08:00 |
|
Paul Copplestone
|
1c5e717ba6
|
chore: switch to Vercel deploy. It seems that the Netlify deploy button doesn't resolve subfolders very well
|
2020-07-29 17:54:29 +08:00 |
|
Paul Copplestone
|
cb67f05c69
|
fix: wrong link for the netlify deploy button
|
2020-07-29 17:44:31 +08:00 |
|
Paul Copplestone
|
1e49eaeb7e
|
Adds a Netlify deploy button
|
2020-07-29 17:41:49 +08:00 |
|
Paul Copplestone
|
1ad821b81b
|
chore: updates slack clone to use new Supabase auth
|
2020-07-28 21:42:40 +08:00 |
|
Paul Copplestone
|
d96cbce861
|
Renames the slack clone to be a basic implementation so that in the future we can do similar examples with other frameworks
|
2020-02-04 12:49:46 +08:00 |
|
Paul Copplestone
|
ff5d58d73d
|
Creating full example with scrolling, fake auth, and store
|
2020-02-04 12:48:20 +08:00 |
|
Paul Copplestone
|
a5f9133358
|
Moving to new docker image
|
2020-01-31 20:22:40 +08:00 |
|
Paul Copplestone
|
d92bdb9540
|
FIxing class -> className
|
2020-01-31 20:07:38 +08:00 |
|
Paul Copplestone
|
4523aca9e6
|
Merge branch 'feature/chatroom' of github.com:supabase/monorepo into feature/chatroom
|
2020-01-31 16:16:11 +08:00 |
|
Paul Copplestone
|
70c2c019d8
|
Adding a fake login page
|
2020-01-31 16:16:07 +08:00 |
|
awalias
|
286162d367
|
updated comment
|
2020-01-31 16:09:26 +08:00 |
|
awalias
|
aa60e62191
|
removed redundant code in example
|
2020-01-31 16:08:50 +08:00 |
|
awalias
|
c673f4a07a
|
Merge branch 'feature/chatroom' of https://github.com/supabase/monorepo into feature/chatroom
|
2020-01-31 15:31:12 +08:00 |
|
awalias
|
569de0404b
|
added intermediate state to enable live messages
|
2020-01-31 15:28:51 +08:00 |
|
Paul Copplestone
|
cf89120655
|
Temporarily adding realtime-js to see why the dev image isn't working
|
2020-01-30 19:31:10 +08:00 |
|
Paul Copplestone
|
39ad5c2579
|
All is swell, except for realtime in the docker image
|
2020-01-30 17:29:50 +08:00 |
|