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 39e6eef commit 7c298ddCopy full SHA for 7c298dd
lib/firestack.js
@@ -34,7 +34,7 @@ export default class Firestack extends Singleton {
34
* @param options
35
* @param name - TODO support naming multiple instances
36
*/
37
- constructor(options: Object, name: string) {
+ constructor(options: Object, name?: string) {
38
const instance = super(options);
39
40
instance.options = options || {};
0 commit comments