React, Redux & Firebase App Tutorial #33 - Cloud Functions Intro & Setup

preview_player
Показать описание
Hey gang, in this React, Redux & Firebase tutorial I''l introduce you to Firebase Cloud Functions and show you how to set up our project to work with cloud functions on the front-end.

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

🐱‍💻 🐱‍💻 Course Links:

🧠🧠 Other Helpful Playlists:

🤑🤑 Donate


🎓🎓 Find me on Udemy

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

for anyone having problem in selecting a project at firebase use =>
firebase use <project_id>,


In the place of project id fill the id of your project in which u want to apply hosting

dr_codder
Автор

React build folder is called build now, not dist. Just a note. Keep doing good stuff

blindpupil
Автор

This is a really good, detailed project but it's getting a bit long in the tooth now. I recently revisited this project but had to use a fair bit of jiggery-pokery to get some parts of it to work correctly (lots of googling) plus cloud functions are no longer free now. Can we have a new React, Redux, Firebase project sometime in the near future please, Net Ninja, to replace this outdated one?

andrewclarke
Автор

Thanks for all your doing. Learning a lot from you.

VeeWebCode
Автор

It's not free anymore? I am being asked to add billing details to enable Cloud Functions.. sad

manjy
Автор

for anyone getting the error on firebase login step on windows, i had this problem with git bash but it works fine with cmder.

lardosian
Автор

I like what I see with Firebase.

Side note: I like your logo and I want to buy a shirt. But, I don't like the position of the logo. Could you possibly create a t-shirt with a pocket and put the logo just above the pocket? That way it looks like the ninja is in my pocket and not in my pants. o.O The same for the hoodie. You could angle the logo to look like the ninja is hiding in the pouch.

philmirez
Автор

The public directory should not be "dist" but "build".

sirvivaldk
Автор

If you get firebase login command not found, try with
sudo npm install -g firebase-tools

thenahidul
Автор

Please teach us how to edit and delete a project too...

chooseForYourLife
Автор

Cloud function now is not free anymore

hanhhoc
Автор

To anyone getting the firebase login error : Go to the directory link provided in the terminal (Ctrl+link) and it directs to the powershell extension installation. after installing simply follow the directions in the terminal and the Login link will automatically be opened in the browser :)
hope this helps.

harinie
Автор

Firebase has dropped cloud functions for spark plan. I don't want to upgrade. Maybe it's time to write my own backend.

smaug
Автор

If you get the error for firebase login....




just run
firebase login --interactive

ephantusokumu
Автор

damn cloud server is in paid plan now... that was the best part :(

sulemanmughal
Автор

I have a problem with firebase commands in my nvm environment. It always says "firebase' is not recognized as an internal or external command, operable program, or batch file."

mjriyanto
Автор

can you make a video connecting cloud functions and algolio and so on

asgaraliyev
Автор

hey, ninja community! I have a problem where I managed to install & deploy but the build directory was not created... did anyone experienced something like that?

elisberglior
Автор

If you got error 'firebase: comment not found' when firebase login...

just run
alias firebase="`npm config get prefix`/bin/firebase"

UswatunHasanah-bpfv
Автор

When I run command firebase login => firebase: command not found ??

shakhobiddinkhusniddinov