File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,21 @@ interface-only API to consume without depending on the entire SDK and simulates
6
6
dependencies - depending on the definition but not the implementing SDK and only functioning when
7
7
the implementing SDK is included.
8
8
9
- //TODO(ryanwilson): Table of Contents
9
+ ## Table of Contents
10
+
11
+ - [ Overview] ( #overview )
12
+ - [ Protocol Only Frameworks] ( #protocol-only-frameworks )
13
+ - [ Types and Core API] ( #types-and-core-api )
14
+ - [ Registering with Core] ( #registering-with-core )
15
+ - [ Singletons and Instance Management] ( #singletons-and-instance-management )
16
+ - [ Single Instance per ` FIRApp ` ] ( #single-instance-per-firapp )
17
+ - [ SDK does not provide functionality (example: Functions)] ( #sdk-does-not-provide-functionality-\( example:-functions\) )
18
+ - [ SDK provides functionality to other SDKs (example: Auth)] ( #sdk-provides-functionality-to-other-SDKs-\( example:-auth\) )
19
+ - [ Multiple Instances per FIRApp] ( #multiple-instances-per-firapp )
20
+ - [ Depending on Functionality from Another SDK] ( #depending-on-functionality-from-another-sdk )
21
+ - [ Advanced Use Cases] ( #advanced-use-cases )
22
+ - [ Providing Multiple Components and Sharing Instances] ( #providing-multiple-components-and-sharing-instances )
23
+
10
24
11
25
## Overview
12
26
You can’t perform that action at this time.
0 commit comments