File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ export interface FirebaseApp {
73
73
* Firebase configuration object. Contains a set of parameters required by
74
74
* services in order to successfully communicate with Firebase server APIs
75
75
* 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).
77
79
*/
78
80
export interface FirebaseOptions {
79
81
/**
@@ -110,7 +112,8 @@ export interface FirebaseOptions {
110
112
appId ?: string ;
111
113
/**
112
114
* 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.
114
117
*/
115
118
measurementId ?: string ;
116
119
}
You can’t perform that action at this time.
0 commit comments