File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Supabase client for swift. Mirrors the design of [ supabase-js] ( https://github.com/supabase/supabase-js/blob/master/README.md ) .
4
4
5
+ ## Contents
6
+ - [ Installation] ( #installation )
7
+ - [ Usage] ( #usage )
8
+ - [ Login Implementation] ( #login-implementation )
9
+ - [ Social Login Implementation] ( #social-login-implementation )
10
+ - [ Setup Callback URL] ( #setup-callback-url )
11
+ - [ Google Sign In] ( #google-sign-in )
12
+ - [ Apple Sign In] ( #apple-sign-in )
13
+ - [ Other Social Logins] ( #other-social-logins )
14
+ - [ Basic CRUD Implementation] ( #basic-crud-implementation )
15
+ - [ Insert Data] ( #insert-data )
16
+ - [ Select Data] ( #select-data )
17
+ - [ Contributing] ( #contributing )
18
+ - [ Sponsors] ( #sponsors )
19
+
20
+ ---
21
+
5
22
## Installation
6
23
7
24
Swift Package Manager:
You can’t perform that action at this time.
0 commit comments