What are Google Cloud functions good for?

Google Cloud Functions is a serverless execution environment for building and connecting cloud services . 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.

Read more

Does Firebase work with Unity?

The Firebase SDK for Unity includes native C++ code and Android specific logic . It also requires some build time operations for all of its products to function properly. Because of this, we have written a number of tools and custom routines that make strong assumptions about Unity’s build process.

Read more

Is Cloud Functions for Firebase free?

Cloud Functions is available on all Firebase pricing plans, including our free tier. The free tier allows you to quickly experiment and try out integration with other Firebase products. For our Blaze plan, you only pay for what you use. Blaze customers also receive a monthly allotment of free usage for Cloud Functions.

Read more