Skip to content

Commit 2a99366

Browse files
committed
fix(app): toString() does not exist in modular API, use .name property
1 parent 9bb5365 commit 2a99366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/lib/FirebaseApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default class FirebaseApp {
7373
}
7474

7575
toString() {
76-
warnIfNotModularCall(arguments);
76+
warnIfNotModularCall(arguments, '.name property');
7777
return this.name;
7878
}
7979
}

0 commit comments

Comments
 (0)