googlearchive / interactive-fiction-nodejs

Interactive Fiction sample for Actions on Google
Apache License 2.0
29 stars 18 forks source link

How can I deploy this on Inline Cloud Functions for Firebase? #4

Open gskohner opened 6 years ago

gskohner commented 6 years ago

I would like to use this without a separate fulfillment endpoint URL Hosted on Google App Engine

NoRulesJustFeels commented 6 years ago

You need to host the fulfillment logic on a server. You are free to use any hosting service that supports Node.js. You will have to make minor changes to the project to work on other platforms runtime.

gskohner commented 6 years ago

Is there a way to adapt this to use the new inline Cloud Functions for Firebase?

NoRulesJustFeels commented 6 years ago

There are a bunch of dependencies, so I'm not sure that would work.

gskohner commented 6 years ago

Thanks very much Leon, and Thanks for this amazing app!