🌟 Welcome to my video! 🌟 To ensure you have the best experience and access to all the resources mentioned, we've placed all active links in the video description below. This helps me keep everything up-to-date and easy for you to find! 👾 Join my Discord community! It's a great place to connect, share, and get the latest updates. The link is in the description as well. 💖 If you enjoy our content, consider supporting the channel. Every bit of support helps me create more of what you love. Details on how you can support are also in the description. Thank you for watching and being a part of the community! 🚀
@RR-et6zp4 ай бұрын
Subscribed. Great vid
@azizsogiyawala72138 ай бұрын
Thanks, everything is explained very well, now I want to write the cloud function for calculating and updating the average rating field in firestore collection named serviceItems everytime whenever the new review has been added in a collection named review.
@flutterflowexpert8 ай бұрын
Great. Good luck if you have any questions let me know.
@IspyrGameDev Жыл бұрын
Thank you @Dimitar !!!
@TiranDagan10 ай бұрын
I assume you figure out by now. @dimitar, that you need to add the amazon library to your package.json file - that was the reason your app wasn't deploying.
@flutterflowexpert10 ай бұрын
Thanks for that, yes you were right and other reason was you need to use node version 16 or 18 that was other reason why my cloud functions were failing, but to be honest there is still one cloud function that is failing to deploy :/
@estefanocampoverde36604 ай бұрын
In a flutterflow cloudFuction how to use an idempotencyKey either in the header or in the body to create microservice systems such as financial operations
@flutterflowexpert4 ай бұрын
You can do it using this line of code const idempotencyKey = req.headers['idempotency-key'];
@nkofr11 ай бұрын
Very interesting, thank you! You say that it's important to set 128M, and that more memory is more expensive, but why do you choose 128m??
@flutterflowexpert11 ай бұрын
That is a very good question actually. I have an updated video and you no longer need to use the boiler plate code in order to deploy a function. kzbin.info/www/bejne/oHeZnYxpdtKKeLs
@nkofr11 ай бұрын
@@flutterflowexpertThank you!
@estefanocampoverde36609 ай бұрын
How can I make a Flutteflow cloudfunction run automatically, for example, run a code every day at 5 a.m. New York time?
@flutterflowexpert9 ай бұрын
Here is an example code exports.scheduledFunction = functions.pubsub.schedule('0 10 * * *') .timeZone('America/New_York') // Set timezone to New York .onRun((context) => {
@estefanocampoverde36609 ай бұрын
@@flutterflowexpert can use that to make automations like get the gold price by api in my firebase for quick queries ?
@estefanocampoverde36609 ай бұрын
@@flutterflowexpert can use that to create a Twitter repost mentions bot?
@estefanocampoverde36609 ай бұрын
@@flutterflowexpert can use webhook for automate recognition of blockchain payments ?
@estefanocampoverde36605 ай бұрын
Is it possible to create cloud Functions with dart or only with JavaScript?
@flutterflowexpert4 ай бұрын
You can create cloud functions with js and python currently.
@shabatidjani1354 Жыл бұрын
do you offer one on one consultation ?
@flutterflowexpert Жыл бұрын
Yes. This is my calendary page calendly.com/bulgaria_mitko
@joshuac.forrest3026 Жыл бұрын
Great video! Heads up though, it seems you overlayed two different videos near the end (between 25:00 and 26:00).
@flutterflowexpert Жыл бұрын
oh thank you I didn't notice that. thank you for letting me know.
@seekersaurabh Жыл бұрын
I don't see any of those functions in my Firebase functions tab
@flutterflowexpert Жыл бұрын
That means that you have not enable those services you have to first enable them in FF and they Deploy the functions from FF.
@estefanocampoverde36609 ай бұрын
I want a Firebase Remote Config in FlutterFlow App With JSON, execute a chedule cloud fuction for set dates who are updates day by day
@flutterflowexpert8 ай бұрын
Will this tutorial help you - kzbin.info/www/bejne/pHTCg5hoqMqsrtU ?
@EmblazNOR Жыл бұрын
Hello, Dimitar! Maybe you can create a tutorial to implement chatGPT stream api in our apps? Thank you.
@flutterflowexpert Жыл бұрын
Hi and thanks for sub to my channel. The FF official channel have a lot of videos already covering this topic and I try not to overlap my videos with theirs.
@estefanocampoverde36609 ай бұрын
I want a Cloud Fuction gsm sms twilio OTP
@flutterflowexpert8 ай бұрын
Please add your request here, thanks - quests.flutterflow.app/upcoming