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 6ecf942 commit 0036cf8Copy full SHA for 0036cf8
packages/app/src/errors.ts
@@ -34,7 +34,7 @@ export const enum AppError {
34
const ERRORS: ErrorMap<AppError> = {
35
[AppError.NO_APP]:
36
"No Firebase App '{$appName}' has been created - " +
37
- 'call Firebase App.initializeApp()',
+ 'call initializeApp()',
38
[AppError.BAD_APP_NAME]: "Illegal App name: '{$appName}",
39
[AppError.DUPLICATE_APP]:
40
"Firebase App named '{$appName}' already exists with different options or config",
0 commit comments