Hi
I was excited to try out the new Cloud Functions integration. I tried implementing a very simple function inside the boilerplate code that Flutterflow generates. The function deploys to Firebase just fine, but Flutterflow doesn't recognize it as being deployed, and therefore it's not available to me through the builder.
Furthermore, I was unable to find any documentation on how FF expects me to write the functions. I tried deploying some functions that I've previously deployed successfully using the CLI, but here they got rejected, and no reason was provided.
I'm aware that blaze plan is required, and I have that enabled.