Hey guys the source code is on GitHub now, you can find it here: github.com/Coding-Orbit/firebase_tutroial
@brujala17755 ай бұрын
There should be more Flutter quallity material like this!!!, this are concepts that flutter devs especially beginners need!
@codingorbit5 ай бұрын
Thank you! Glad you liked it
@richard284528 күн бұрын
Thanks for the tutorial it's helpful
@hamzaababou65233 ай бұрын
good video and straight to the point with good explanation, thank you
@raghdkun9 ай бұрын
Dude your tutorials are so clean and understandable keep going and waiting for more and more interesting content 🐦💙
@codingorbit7 ай бұрын
Glad you like them!
@nahiyanalamgir705615 күн бұрын
You sound like Christian Prince. Thanks for the video!
@cellocamara4 ай бұрын
It's possible to test our onCall function without deploying? To test locally first, to reduce any production errors. I know that is possible to test the onRequest functions (using emulators with Postman), but onCall I don't know how...
@johnnycasares8279 Жыл бұрын
Great content. It helped me fix and successfully implement a notification system in my app
@codingorbit Жыл бұрын
Glad it helped you!
@shinewanna3959 Жыл бұрын
Firebase introduced new feature TTL policy. Can you make a video for TTL function for flutter? No one makes the video yet.
@faisalfotoh19092 жыл бұрын
10:53 Deploying functions Is it necessary? Upgrade from the Firebase Spark plan to the Blaze plan Or is it optional?
@codingorbit2 жыл бұрын
Its required, otherwise you can’t upload your functions
@lazer400002 жыл бұрын
thx bro very very great job thx again
@codingorbit2 жыл бұрын
Most welcome
@danilocarneirochristensen5892 Жыл бұрын
Is it very expensive to upgrade to the Blaze plan? I will only use the function. Thanks
@codingorbit Жыл бұрын
No its no, you actually pay as you go meaning as you have consumed the services and its quite cheap.
@lindaningubane2745 Жыл бұрын
How can i build a firebase function to handle password reset for my firebase app. Firebases email link system is not secure enough
@ÖmerMüştekin-n8z Жыл бұрын
With this, Can I update my document in Firebase periodically, even if the application is not open, so that when the relevant document reaches the desired target (for example, in a scenario where the dollar rate is updated from 19 to 20 at a target price set to 20 for the dollar rate), can I bring a notification to the relevant user?
@ÖmerMüştekin-n8z Жыл бұрын
I mean my documents need to be updated every 1 hours. Because ı need to check its reached to target price or not.
@chirantharavishka5918 Жыл бұрын
Parsing error: Cannot read file 'd:\flutterapp\demo\tsconfig.json'.eslint i get this pls help me
@FusionFinds1 Жыл бұрын
1:bro can this work witthout authentication, 2: i want to listen to change in cloud_firestore, 3: am using Api for my Authentication we this work, 4: please provide the next video Link
@codingorbit Жыл бұрын
This is the full tutorial: kzbin.info/www/bejne/b4eTpqarpayse8U But if you want to use functions you might need authentication
@erenkaraboga85702 жыл бұрын
can we listen firestore changes and send notification to users ?
@codingorbit2 жыл бұрын
Definitely yes you can, you can create a cloud function for that
@erenkaraboga85702 жыл бұрын
@@codingorbitAre you considering make video about that
@codingorbit2 жыл бұрын
@@erenkaraboga8570 Yes, sorry for the long reply, but that's the aim of this tutorial
@jamalkhan-my4tg Жыл бұрын
Yehya How we can do using sparkle plan..?
@codingorbit Жыл бұрын
No you can't upload cloud functions using spark plan!
@jamalkhan-my4tg Жыл бұрын
@@codingorbit then how we can do fcm without could function..?
@isaquemarttins Жыл бұрын
@@codingorbit Thanks for this answer, you saved me a lot of time!
@codingorbit Жыл бұрын
@@isaquemarttins Most Welcome!
@codingorbit Жыл бұрын
@@jamalkhan-my4tg You can use FCM without cloud functions but not for the same purpose in this tutorial
@angelascott69352 жыл бұрын
I am getting an error when I change it to screen can you show the source code please, the source code online is only for the last video not this one