when installing the extension, firebase deployed the it, but I'm getting this error:
Build failed: lib/index.js does not exist; Error ID: bc73f5cd
The package JSON seems to have a reference to "main": "lib/index.js", but it doesn't exist I guess it should be src/index.
how can I make this extension to work?