Bolt library doesn't work when deploying on Faas (Functions as a service) highlighted in the issue (https://github.com/slackapi/bolt-js/issues/361)
There is a workaround for AWS Lambda, as specified in the github issue. Is there a similar workaround when deploying on firebase cloud functions.
Yes, you can use
ExpressReceiver
from@slack/bolt
package. It works well with firebase functions context. Just like Express