React, Redux & Firebase App Tutorial #34 - A Simple Cloud Function

preview_player
Показать описание
Hey gang, in this React, Redux & Firebase tutorial I'll show you how to create & deploy a simple cloud function to Firebase.

----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

🧠🧠 Other Helpful Playlists:

🤑🤑 Donate


🎓🎓 Find me on Udemy

Рекомендации по теме
Комментарии
Автор

Hey Ninja, just wanted to say that I love your videos. The way you explain all the concepts make it so easy to follow and I truly appreciate that. I was wondering if you would be able to redo your AngularJS course soon?

xavierjohnson
Автор

A briliant series. Very easy to follow and explained so well. Thanks Net Ninja!
When is the next installment?

bathmeme
Автор

Anyone who gets Error: HTTP Error: 403 Unknown Error:
1. in package.json, find "engines": { node: "10" } and change "10" to "8";
2. type firebase logout in your treminal;
3. type firebase login;

lord_kenny
Автор

Thanks for lessons, I finished them with good feeling at whole process ) . Now i'm waiting new series like Game of thrones 8th season. When will begin lessons about Notification? Most interesting for me.

apayrus
Автор

Hi, any solution for deploy functions, I have changed { node: "12" } to {node:"8"} and still doesn't work, always asking 'must be on the Blaze (pay-as-you-go) plan'

lescinqlune
Автор

I'm waiting for more videos :D thank you

gncfhcnvc
Автор

If you run deploy and get a script error in:
npm --prefix "$ RESOURCE_DIR" run lint.
Just replace $ RESOURCE_DIR with% RESOURCE_DIR% in "firebase.json".
If that does not work, run the "firebase init" command again and when you ask: "Do you want to use ESLint to catch probable bugs and enforce style?" say yes

gabrielcegatta
Автор

When i am trying to deploy function using firebase deploy --only functions, i am getting error which is :
"Error: Server Error. Client network socket disconnected before secure TLS connection was established". How can i solve this problem?

md.nahidahmedpavel
Автор

Hey Net Ninja so I deployed on accident is there anyway to un-deploy, I don't see anything in the docs?

Nephinim
Автор

Has anyone found a way around for Blaze plan?

yashrdoshi
Автор

Error: HTTP Error: 400, Billing account for project '918010698381' is not found. Billing must be enabled for activation of service(s) 'cloudbuild.googleapis.com, containerregistry.googleapis.com' to proceed.

I am getting this error, plss help?

devoper_
Автор

i got this, Error: Cloud Functions deployment requires the pay-as-you-go (Blaze) billing plan. i think now you have to pay 😭, any solutions for this?

lucag
Автор

Does anyone know: Because the functions folder is outside of the src folder, will it be excluded when we run yarn build? I assume we dont want our functions folder inside of our app on the client side so this would make sense.

CardinalHijack
Автор

Error: Error parsing triggers: Cannot find module 'firebase-functions'
Require stack:
-
-

Try running "npm install" in your functions directory before deploying.

How it mean try running npm install in your functions directory?

aleksandromilenkov
Автор

Cloud functions tutorial is great, Firebase docs are so bad!

bobby
Автор

does anyone gets Error: Target container is not a .DOM element? pls HELPPP

elisberglior
Автор

Error: Forbidden
Your client does not have permission to get URL /helloWorld from this server. T.T Help me!!! Thank you for your lecture!

chooseForYourLife
Автор

i got a forbidden response Error: Forbidden
Your client does not have permission to get URL /helloWorld from this server.

dillanteagle
Автор

getting "Error: Forbidden Your client does not have permission to get URL /helloWorld from this server."

legen_dary
Автор

Error: HTTP Error: 400, Billing account for the project. did anyone face?

TheDetroja