I've been using functions for a long time and learned so much during this video... Wish this had come out when I started w/ Firebase 🙂 More like this please
@oliveiraphc6 ай бұрын
This video is awesome. It stands out from previous ones by addressing common issues, such as having firebase-tools as a dependency among other things. Please don't forget about the promised video about using Express.
@otifelix2 ай бұрын
Great video . If you have problem like I did starting firestore emulator with provided code "npx firebase emulators:start --only firestore" simple do run on your terminal "firebase setup:emulators:firestore" then "firebase init" use "space bar" to select firestore. After all that is complete run "npx firebase emulators:start --only firestore" to start your firestore emulator. Happy coding
@cindysi63 Жыл бұрын
Fantastic video. Easy to follow and nicely explained. Thankyou. Very cool tech.
@shintasari9667 Жыл бұрын
😅😅 , . 😊😊😊
@Ryan-zz6hh Жыл бұрын
shoutout to cloud function hellworld all seriousness though, great tutorial.
@AtuOma Жыл бұрын
wow.. welcome back David East
@jss_developer Жыл бұрын
I agree these videos make it easier to learn .
@arunsharma0001 Жыл бұрын
Eagerly waiting from complete video on cloud functions and express.js, also will be much appreciated if you could include the best practices and optimization. Thanks
@UpsiteRealone8 ай бұрын
same lul
@anmolsharma95399 ай бұрын
Just a quick tip: If you want to use firestore your emulator port must be same as the function emulator port. In my case I was using the firebase-admin-sdk and the function port was 5000 & firestore emulator at 5001, so instead of the local emulator it directly push the data in the production firestore.
@srivats22 Жыл бұрын
Amazing video... Really well explained
@uvadroid7 ай бұрын
you are the legend man
@cheynespc4 ай бұрын
youre the best Firebase Linus
@woahyeah20235 ай бұрын
Totally new at this. At 2:50 you start typing into a window... what program is this? At 4:36 you say you are going to check out the folder structure in VS Code... how do you get to this screen?
@RooTHackera4 ай бұрын
First screen is Macbook Terminal like windows CMD, second one is VsCode IDE program to edit your code
@mfk847510 ай бұрын
We need an updated firebase cloud functions tutorial, the others were from 5 years ago.
@antoineweb1 Жыл бұрын
function name has to be lowercase? but the sample code provided by firebase is "helloWorld", aka not lowercase
@yeonjoonkim4868 ай бұрын
So I am doing like onUserUpdate onUserDelete onUserCreate User-ChangePhoneNumberRequest, My file structure
@Mascotio7 ай бұрын
Excellent Video!
@ejasackey7 ай бұрын
Great video, but when will I be able to write functions in dart?
@abwuds72086 ай бұрын
Wow. Thanks a lot!
@mojammelhossain20825 ай бұрын
please make a video on how to integrate google sign in and then store the user in firestore. also, how to test the auth api..
@yoavlevanoni45527 ай бұрын
Not really sure how to access this page at @11:27 left me pretty confused. I would love to use the debugger as described. Not super intuitive!
@JuanLopez-zh2sp9 ай бұрын
Help, run test with onDocumentCreated for the 2gen in the emulator and it generates errors, how can I identify what the error is?
@antoineweb1 Жыл бұрын
13:27 Gen 1 and Gen 2 are mixed up I believe
@boots172 Жыл бұрын
Who make the decision to use only lowercase? Who puts dashes in function names? It makes for a completely crazy migration path for v1 to v2. Essentially a rewrite.
@codewithfelix3940 Жыл бұрын
great video, when is cloud functions going to support java
@davejl7911 ай бұрын
I was loving Python functions until they stopped working. I have a simple on_call function that just stops responding after an hour, then I have to re-deploy. All it does it calls an external API to fetch a small amount of data then retrieves a small amount of docs from Firestore. Maybe move to JS? p.s. Please change the shocking font in this demo. 😆
@chaminduchanaka64110 ай бұрын
How to pass parameters (Key value pairs) for test functions?
@CharlesAE11 ай бұрын
Can you guys switch to dark backgrounds please?
@mkrzyzowski7 ай бұрын
I checked and we can use capital letters as well. yes?
@muncho404 Жыл бұрын
🔥BASE
@antoineweb1 Жыл бұрын
Never knew about the function shell feature.
@antoineweb1 Жыл бұрын
excellent!!
@applesheep611710 ай бұрын
hello mr firebase this is an epic video i wll like an subscrib !!
@SeyfettinKKK Жыл бұрын
👏👏👏
@jbwesleyster Жыл бұрын
its great !!
@Vijayking505 Жыл бұрын
Nice
@Vijayking505 Жыл бұрын
🌟🌟🌟🌟🌟 Nice
@Coccolinoification9 ай бұрын
wish I had found this video long time ago :(
@zikrizakaria3526Ай бұрын
with this work with expo go
@evangelosspyromilios5994 Жыл бұрын
Functions with Python ?
@williambryant16725 ай бұрын
i hate this font
@bid0u123459 ай бұрын
I don't understand why you're using typescript. If you know typescript, you know JavaScript, but if you know JavaScript, you don't necessarily know typescript. So why not using JavaScript so this tutorial reaches a wider audience?
@paca31078 ай бұрын
TypeScript its just a JS linter, which adds only fake types. If you ignore this part its pure JavaScript, so even if you dont know TS, you know what its going on.
@danvilela Жыл бұрын
"needs java" 💀
@jefforycarretta996 Жыл бұрын
Ah dude im the newest ill grab coffee
@spellcards6 ай бұрын
This is not helpful at all, maybe for your niche project but in general. Vague.