Are cloud functions good?

Cloud functions are perfect for doing low traffic tasks like generating reports or doing periodic backups at 2am , but with Firebase or Google Cloud there is no easy way to trigger your functions based on a schedule. The Firebase team recommends creating an App Engine project to orchestrate these triggers.

Read more