The biggest, nastiest problem with Cloud Functions is that they’re tough to test. The Cloud Functions team has done a great job of creating local Cloud Functions emulators; however, I’m not a fan of local emulation. Emulation is great if you don’t know how to write integration tests, but if…