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 f681558 commit 21988c3Copy full SHA for 21988c3
common/api-review/app-exp.api.md
@@ -58,21 +58,13 @@ export interface _FirebaseAppInternal extends FirebaseApp {
58
59
// @public
60
export interface FirebaseOptions {
61
- // (undocumented)
62
apiKey?: string;
63
64
appId?: string;
65
66
authDomain?: string;
67
68
databaseURL?: string;
69
70
measurementId?: string;
71
72
messagingSenderId?: string;
73
74
projectId?: string;
75
76
storageBucket?: string;
77
}
78
0 commit comments