Skip to content

Instantly share code, notes, and snippets.

@rzvdaniel
Last active May 27, 2020 21:39
Show Gist options
  • Save rzvdaniel/01a24c783aa9c54370f31fdde1aa297a to your computer and use it in GitHub Desktop.
Save rzvdaniel/01a24c783aa9c54370f31fdde1aa297a to your computer and use it in GitHub Desktop.
Moleculer-Firebase index.js
const functions = require('firebase-functions');
const { expressServer } = require('./server');
const moleculerApi = functions.https.onRequest(expressServer);
module.exports = {
moleculerApi
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment