Hey all,
At my startup InfiniteUp we found Cloud Functions one of the most grueling aspects to learn in FlutterFlow. Luckily my colleagues are smarter than me, or I would have thrown my laptop through the window.
Cloud Functions are easy for some, but if you are coming from the low code or no code side, they're miserable.
However, at InfiniteUp, the primary reason we were using cloud functions was to give the user a better experience with functions happening in the background.
With this release of 'non blocking actions' which was announced recently, but InfiniteUp has been using for a week or two, we have replaced all of our Cloud Functions.
I'm know Cloud Functions bring value, but I imagine for anyone getting stuck on Cloud Functions, the solution might be to not figure out Cloud Functions... but to just use 'non blocking actions'
Anyone agree or disagree?