Skip to content

Commit 020c8a0

Browse files
committed
Merge branch 'rw-component-instructions' of github.com:firebase/firebase-ios-sdk into rw-component-instructions
2 parents 44d5a0e + 049ba69 commit 020c8a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Interop/Firebase Component System.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
FirebaseCore has a dependency injection system (referred to as "Interop") used to depend on
44
functionalities provided by other Firebase SDKs. This gives the ability to depend on a typesafe
5-
interface-only API to consume without depending on the entire SDK and simulate optional dependencies
6-
- depending on the definition but not the implementing SDK and only functioning when the
7-
implementing SDK is included.
5+
interface-only API to consume without depending on the entire SDK and simulates optional
6+
dependencies - depending on the definition but not the implementing SDK and only functioning when
7+
the implementing SDK is included.
88

99
//TODO(ryanwilson): Table of Contents
1010

0 commit comments

Comments
 (0)