Like this video? Please use the super thanks. That'll make my day! Learn Node.js from scratch: www.traversymedia.com/a/2147528896/FbN8FgHM Learn Modern JavaScript from scratch: www.traversymedia.com/a/2147528886/FbN8FgHM
Really helped a lot, thanks. Can you also share how to add authentication to it and secure these APIs. Like, only authenticated users from Firebase can call these functions. I'm really looking for that. Thanks!
@@EbenezerDon do you have a video explaining or could you please explain how your "firebase-diary.api" project works? I would like to know how to call from postman the different methods with athorization middleware validation in place. Where you get the token? from the service account?
Thank you for this video! Whenever you get a chance can you try making a video using cloud functions to send a push notification using FCM and cloud functions? Thank you!
I can't find the other tutorial of yours that you reference in this video: Firebase authentication/authorization. It'd be great if you linked in the description of this video. I'd really like to see it as I learned a lot from you in this video and that video sounds like a great next step. Thank you!
I've planned to do this but have not had the time to. Here's one of my repos where I implemented authentication: github.com/ebenezerdon/firebase-diary-api
Do you by any chance know how to upload image files to the firebase storage using the rest api? Last hurdle I have to get past in my project, really can't navigate the documentation
hey thank you for the great tutorial! I was wondering where the id goes after you update/patch a record from the database? is there a way so that you could always see it?
Thanks for watching! I'm not sure I understand the question, but as long as you don't update the id field, it's always going to be there. When you update/patch fields in a collection, only those fields are updated.
@@GuusDeBruyn I've been planning to create this for a while, but I've not gotten the motivation yet. I just made this repository public, where I implemented authentication with Firebase. You can have a look here: github.com/ebenezerdon/firebase-diary-api
A quick question, I started the project with yarn, and installed dependencies with yarn. Initializing on my terminal, I got the option to add dependencies with npm and knowing it's not advisable to use npm and yarn on same project, I selected NO, tried deploying but I got "Error starting with non zero exit code". Would appreciate any help with this
i have an error while doing the deployment. "Error: Error occurred while parsing your function triggers. TypeError: Cannot read property 'key' of undefined. do you know why?
best video. I ran this locally with the emulator instead. in firebase.ts ``` admin.initializeApp({ credential: admin.credential.applicationDefault(), databaseURL: 'localhost:5010' //
Like this video? Please use the super thanks. That'll make my day!
Learn Node.js from scratch: www.traversymedia.com/a/2147528896/FbN8FgHM
Learn Modern JavaScript from scratch: www.traversymedia.com/a/2147528886/FbN8FgHM
Wow, still a great tutorial. My api is working!
Glad this helped. Thanks for the support!
Please remember to like and subscribe! I really need your support 🙏🏾
you are the best bro. fighting on how to open my firebase emulators for days now. i got the solution from this wonderful tutorial.
Thanks, man
Undervalued video, amazing walkthrough, thanks a lot!
You saved my project exam . Thanks a lot
This is awesome... Can't wait to finish the video
Thanks, Davies. Looking forward to seeing your finished project.
Can we use this for realtime? Do you have an example?
This just helped. Thanks for creating such content!!!
I'm happy this helped!
Great Stuff. Saved me a lot of stress.
Really helped a lot, thanks. Can you also share how to add authentication to it and secure these APIs. Like, only authenticated users from Firebase can call these functions. I'm really looking for that. Thanks!
great video! just a quick question, how do we make these api secure?
Nice one. Thanks a lot, it didn't feel like an hour at all. 👍 Can't wait to see one on authentication
true
Good Tutorial and make more on firestore sir...
Very nice Don!! thanks for the great content!!
Thanks for watching, Javier! I'm glad this helped!
@@EbenezerDon do you have a video explaining or could you please explain how your "firebase-diary.api" project works? I would like to know how to call from postman the different methods with athorization middleware validation in place. Where you get the token? from the service account?
@@FcoJavierLopezGarcia I'm currently working on the video. It should be published by Saturday.
@@EbenezerDon sounds great!! Thanks!!
Any advance on the video? expecting!! :-) Thanks
This was a very informative video, Keep up the good work bros
Thanks, Jaay!
Excellent tutorial! Thanks 👏👏
Glad it was helpful!
Thank you so much for this video. Helped me a lot 🙏🙏🙏🙏🙏🙏
I'm happy this helped :)
Thank you mate. That was really useful
Glad it helped
Very helpful video. Great work!
Thanks, man!
Thank you for this video! Whenever you get a chance can you try making a video using cloud functions to send a push notification using FCM and cloud functions? Thank you!
how can add code to upload image with this functions plz and thanks for your help
Great content man! Keep it up, helped me a lot...
Thanks, man. I'm glad I was able to help.
I can't find the other tutorial of yours that you reference in this video: Firebase authentication/authorization. It'd be great if you linked in the description of this video. I'd really like to see it as I learned a lot from you in this video and that video sounds like a great next step. Thank you!
I've planned to do this but have not had the time to. Here's one of my repos where I implemented authentication: github.com/ebenezerdon/firebase-diary-api
@@EbenezerDon Thank you!
Thanks a lot!
Hi, Ebenezer please how were you able to subscribe to firebase blaze plan, I have been trying but it is not working
Do you by any chance know how to upload image files to the firebase storage using the rest api? Last hurdle I have to get past in my project, really can't navigate the documentation
hey thank you for the great tutorial! I was wondering where the id goes after you update/patch a record from the database? is there a way so that you could always see it?
Thanks for watching! I'm not sure I understand the question, but as long as you don't update the id field, it's always going to be there. When you update/patch fields in a collection, only those fields are updated.
@@EbenezerDon yes thank you! I apologize for my bad wording :)
Will you be doing a video on firebase user & admin authentication using an API?
@@GuusDeBruyn I've been planning to create this for a while, but I've not gotten the motivation yet.
I just made this repository public, where I implemented authentication with Firebase. You can have a look here: github.com/ebenezerdon/firebase-diary-api
@@EbenezerDon thank you! you just saved my school project :)
how do i get rid of /app ?
A quick question, I started the project with yarn, and installed dependencies with yarn. Initializing on my terminal, I got the option to add dependencies with npm and knowing it's not advisable to use npm and yarn on same project, I selected NO, tried deploying but I got "Error starting with non zero exit code". Would appreciate any help with this
Hey man, there's probably a specific error message when you scroll up the error log. Can you send me a screenshot?
@@EbenezerDon thanks I fixed it. I read through the error messages and turns out I wasn't running the yarn deploy from the functions folder...
Love this
Thanks :)
i have an error while doing the deployment. "Error: Error occurred while parsing your function triggers.
TypeError: Cannot read property 'key' of undefined. do you know why?
Hi Jose, can you try updating your Firebase environment variables again?
@@EbenezerDon I could correct the error. I had a mistake when placing the Private.Key authentication. Thank you! Saludos desde Colombia 🇨🇴
@@JocheMonthez Awesome :)
Very good tutorial. Could you just add the authentication to it. That would make it perfect.
Thanks, Leocrawf. I'll be creating the video on Firebase authentication soon.
only 6.266 view ? wtf ?
best video. I ran this locally with the emulator instead.
in firebase.ts
```
admin.initializeApp({
credential: admin.credential.applicationDefault(),
databaseURL: 'localhost:5010' //
Nice! The local emulator is much faster for development.