File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ Where the magic starts!
7
7
8
8
## Getting Started
9
9
10
+ ### Examples
11
+
12
+ This repository contains a few examples with sample apps to help you get started and showcase each usage of the client implementations:
13
+
14
+ #### Gotrue/Auth examples
15
+
16
+ - [ Plug based auth] ( https://github.com/zoedsoupe/supabase-ex/tree/main/examples/auth/plug )
17
+ - [ Phoenix LiveView based auth] ( https://github.com/zoedsoupe/supabase-ex/tree/main/examples/auth/phoenix_live_view )
18
+ - [ User management] ( https://github.com/zoedsoupe/supabase-ex/tree/main/examples/auth/user_management )
19
+
20
+ #### Storage examples
21
+
22
+ - [ Plug based upload] ( https://github.com/zoedsoupe/supabase-ex/tree/main/examples/storage/plug )
23
+ - [ Phoenix LiveView upload] ( https://github.com/zoedsoupe/supabase-ex/tree/main/examples/storage/phoenix_live_view )
24
+
10
25
### Installation
11
26
12
27
To install the base SDK:
You can’t perform that action at this time.
0 commit comments