Skip to content

Commit f681558

Browse files
committed
Adding more detail requested in review.
1 parent d2235ec commit f681558

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages-exp/app-exp/src/public-types.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ export interface FirebaseApp {
7373
* Firebase configuration object. Contains a set of parameters required by
7474
* services in order to successfully communicate with Firebase server APIs
7575
* and to associate client data with your Firebase project and
76-
* Firebase application.
76+
* Firebase application. Typically this object is populated by the Firebase
77+
* console at project setup. See also:
78+
* [Learn about the Firebase config object](https://firebase.google.com/docs/web/setup#config-object).
7779
*/
7880
export interface FirebaseOptions {
7981
/**
@@ -110,7 +112,8 @@ export interface FirebaseOptions {
110112
appId?: string;
111113
/**
112114
* An ID automatically created when you enable Analytics in your
113-
* Firebase project and register a web app.
115+
* Firebase project and register a web app. In versions 7.20.0
116+
* and higher, this parameter is optional.
114117
*/
115118
measurementId?: string;
116119
}

0 commit comments

Comments
 (0)