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 8cd2dc3 commit c13e353Copy full SHA for c13e353
contributor-docs/components/components.md
@@ -43,7 +43,7 @@ A Firebase Component is an entity that:
43
44
* Implements one or more interfaces
45
* Has a list of dependencies(required or optional). See [Dependencies]({{ site.baseurl }}{% link components/dependencies.md %})
46
-* Has initialization requirements(e.g. eager in default app and direct boot aware)
+* Has initialization requirements(e.g. eager in default app)
47
* Defines a factory creates an instance of the component’s interface given it's dependencies.
48
(In other words describes how to create the given component.)
49
0 commit comments