Does Firebase support web?

To add Firebase to your web service, copy your Firebase project’s custom code snippet, JavaScript and CSS files into your web service : Go to the Firebase console and select your project. From the project overview page, under the text Get started by adding Firebase to your app, select web.

Read more

What are functions in cloud?

With Cloud Functions you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services . Your function is triggered when an event being watched is fired. Your code executes in a fully managed environment.

Read more