Skip to content

Commit 07b7ed8

Browse files
committed
Add table of contents.
1 parent 020c8a0 commit 07b7ed8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Interop/Firebase Component System.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@ interface-only API to consume without depending on the entire SDK and simulates
66
dependencies - depending on the definition but not the implementing SDK and only functioning when
77
the implementing SDK is included.
88

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+
1024

1125
## Overview
1226

0 commit comments

Comments
 (0)