Skip to content

Commit

Permalink
Merge branch 'rw-component-instructions' of github.com:firebase/fireb…
Browse files Browse the repository at this point in the history
…ase-ios-sdk into rw-component-instructions
ryanwilson committed Oct 26, 2018
2 parents 44d5a0e + 049ba69 commit 020c8a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Interop/Firebase Component System.md
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

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

//TODO(ryanwilson): Table of Contents

0 comments on commit 020c8a0

Please sign in to comment.