Skip to content

Commit 5a10ee1

Browse files
docs: adding an index for the documentation (#64)
1 parent cef33e1 commit 5a10ee1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
Supabase client for swift. Mirrors the design of [supabase-js](https://github.com/supabase/supabase-js/blob/master/README.md).
44

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+
522
## Installation
623

724
Swift Package Manager:

0 commit comments

Comments
 (0)