Firebase V9 - The basics - (firestore, auth, and hosting)
HTML-код
- Опубликовано: 9 ноя 2024
- #firebase #javascript #database
Source code: github.com/The...
In this video you will learn all the basics of firebase, authentication, firestore, and hosting.
This channel is a Force. True Force... It will be BIG.
Thanks so much for making this. I was so lost reading tutorials that were outdated. Even chatGPT(free version at least) was stumped.
The quality is very good ! You'll grow fast
I can't wait to see the next tutorials, this was a great one thank you
Congratulations! keep doing things like that. Really grateful.
Thanks, i'll try uploading every week :)
You're a legend, thank you
Thanks
Please upload more about firebase
Firebase queries is in the making, and firebase rules will be after hopefully.
If you have any suggestions of things RUclips may be lacking, let me know and I'll take it into consideration :)
Thanks for your support.
How to compare current user with existing user?
Hi there, I'm having a bit of trouble. II do the console.log(app) but it won't show on my console.
Hi there, if you're still having issues.
Are you getting any error messages?
If nothings showing in the console at all, it sounds like the console.log is not getting read.
You can send me a screen shot of the code on twitter @atomiccodeuk so I can check it.
I'd try logging something else out and see if that works and go from there if the case is nothing showing.
please, How can we re-deploy when we changed our project
You can just run the deploy command again.
And if you want to choose an older version, you'll find it in the deploy section on firebase.
export 'initializeapp' (imported as 'initializeapp') was not found in 'firebase/app' .. solve this error if you can :P
Firebase is modular
You will need to 1 have node.js installed.
Then you will need to use a module bundler like web pack or vite
In the video I used vite because it's simple
Then once you install firebase from the command line, it should work.
The error you are getting is because it can't find firebase, make sure it is installed, you should see firebase in your package.json file under deppendencies.
Let me know if you've followed these instructions and still are getting this error.
The same happened to me when I didn't have firebase installed
@@AtomicCodeX not solved yet even dependencies are installed.
@@pkhotspot506 that's strange
It should work assuming there are no typos.
I wasn't going to add my twitter account yet, but if you cant still fix it, I can offer 2 solutions.
1. The GitHub repo is linked in the description, have a play around it.
2. You can also send me the screenshot of the code and error in twitter: @atomiccode_uk
If the error is on my GitHub repo too, I'll test it a d fix it.
Thanks.