From 797778db362e002c49a380e1cd3291ace4eb0dec Mon Sep 17 00:00:00 2001 From: Saurabh Jamadagni Date: Mon, 27 Feb 2023 12:06:49 +0530 Subject: [PATCH] docs: adding an index for the documentation --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index b529fb85..d112e181 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,23 @@ Supabase client for swift. Mirrors the design of [supabase-js](https://github.com/supabase/supabase-js/blob/master/README.md). +## Contents +- [Installation](#installation) +- [Usage](#usage) +- [Login Implementation](#login-implementation) +- [Social Login Implementation](#social-login-implementation) + - [Setup Callback URL](#setup-callback-url) + - [Google Sign In](#google-sign-in) + - [Apple Sign In](#apple-sign-in) + - [Other Social Logins](#other-social-logins) +- [Basic CRUD Implementation](#basic-crud-implementation) + - [Insert Data](#insert-data) + - [Select Data](#select-data) +- [Contributing](#contributing) +- [Sponsors](#sponsors) + +--- + ## Installation Swift Package Manager: