We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a0b0b commit 049ba69Copy full SHA for 049ba69
Interop/Firebase Component System.md
@@ -2,9 +2,9 @@
2
3
FirebaseCore has a dependency injection system (referred to as "Interop") used to depend on
4
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.
+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.
8
9
//TODO(ryanwilson): Table of Contents
10
0 commit comments