Open ch-hristov opened 3 years ago
Hi @ch-hristov, Looks like it could be the options, try this small change and see if that works:
const ngx = require("ngx-filemanager-api-firebase/public_api");
exports.files_endpoint = functions.https.onRequest(
- ngx.FileManagerEndpointExpress(admin.storage())
+ ngx.FileManagerEndpointExpress({storage: admin.storage()})
);
Cheers, Ben
Here's the errors I get
My function index.js:
Dependencies: