You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-devsite/app.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ This package coordinates the communication between the different Firebase compon
23
23
| <b>function()</b> |
24
24
|[getApps()](./app.md#getapps)| A (read-only) array of all initialized apps. |
25
25
|[initializeApp()](./app.md#initializeapp)| Creates and initializes a FirebaseApp instance. |
26
+
| <b>function(\_serverAppConfig, ...)</b> |
27
+
|[initializeServerApp(\_serverAppConfig)](./app.md#initializeserverapp_b13f0eb)| Creates and initializes a [FirebaseServerApp](./app.firebaseserverapp.md#firebaseserverapp_interface) instance. |
26
28
| <b>function(libraryKeyOrName, ...)</b> |
27
29
|[registerVersion(libraryKeyOrName, version, variant)](./app.md#registerversion_f673248)| Registers a library's name and version for platform logging purposes. |
28
30
| <b>function(logCallback, ...)</b> |
@@ -116,6 +118,30 @@ export declare function initializeApp(): FirebaseApp;
0 commit comments