Firebase - Back to the Basics

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 506

  • @Fireship
    @Fireship  4 года назад +864

    Feels good to be back!

    • @avgmean4187
      @avgmean4187 4 года назад +5

      Bro teach me Scraping with node.js

    • @wildflower2812
      @wildflower2812 4 года назад +2

      Welcome back

    • @wildflower2812
      @wildflower2812 4 года назад +1

      Feels really good, to be honest!

    • @xXHelsingGamingXx
      @xXHelsingGamingXx 4 года назад +1

      Yep it does!

    • @will_abule
      @will_abule 4 года назад +5

      Finally, I've been waiting for you. I hope you and your family are good.

  • @kickbuttowsk2i
    @kickbuttowsk2i 4 года назад +694

    we need a tutorial about how you edit these videos, sick 🔥

    • @tiagosantos680
      @tiagosantos680 4 года назад +7

      +1 been waiting for that

    • @anirudhtv
      @anirudhtv 4 года назад +2

      +1 waiting too

    • @noFAYZ
      @noFAYZ 4 года назад +4

      +1

    • @akshattamrakar9071
      @akshattamrakar9071 4 года назад

      Please do what this guy requests, we really wanna know

    • @Flynn1411
      @Flynn1411 4 года назад +3

      I would absolutely love that. I want to make a programming channel but in Spanish.

  • @MichaelSchoelkopf
    @MichaelSchoelkopf 2 года назад +7

    Thanks a lot for the introduction. It took me 5 hours to do your 25 minutes tutorial. :)

  • @MYM861
    @MYM861 Год назад +2

    The first 30 seconds of the video sums up everything i have been struggling with in the last months for my teams start-up. So well put!

  • @mmmike3426
    @mmmike3426 4 года назад +57

    Been stalking your github commit history in anticipation for another video 😂 Glad to have a fix!

  • @briandesign
    @briandesign 4 года назад +40

    fire vid on firebase by fireship 🔥🔥🔥

  • @chenseanxy
    @chenseanxy 4 года назад +115

    I've always felt something missing for the last few months.. Now I finally know why

    • @tamla9875
      @tamla9875 4 года назад +5

      Shut up Corona

    • @chrisw9597
      @chrisw9597 3 года назад +14

      @@tamla9875 shut up David

    • @diablolaggo870
      @diablolaggo870 3 года назад +4

      @@tamla9875 bruh you sayin cuz that guys is an asian? Lmaoo

  • @robertoacunapolo6622
    @robertoacunapolo6622 4 года назад

    I really like the way you talk and explain in your videos. Usually... 25 minutes of video of someone talking about how to code makes me feel sleepy, but with you, I didn't notice the time until you concluded the video.

  • @mihir7126
    @mihir7126 4 года назад +6

    Hands down the best app development channel on RUclips! Thanks for your amazing introduction videos and especially the 100s of videos man!❤️

  • @EstebanCodes
    @EstebanCodes 4 года назад +14

    You are back ! I was really looking for a new video

  • @shantanukulkarni8883
    @shantanukulkarni8883 Год назад +2

    After manually deploying mongodb and facing nodejs server side hosting issues I cannot believe that firebase makes it so simple. Really is this even real?! I can't believe it! Thank you to the devs who devved a thing to dev faster!

  • @mirashif3416
    @mirashif3416 4 года назад +10

    I thought you will never come back. I am so happy to see you back! ♥

  • @yoink497
    @yoink497 Год назад +10

    Right now Firebase is in SDK version 9 which apparently makes the API more modular and less namespaced.
    This will make any verion 9 code look very different from the video's and made me a bit confused in the beggining...
    But you can still follow the tutorial as long as you have the Firebase documentation side by side to catch the differences.
    A bit outdated, but still great tutorial!

  • @xterminator2121
    @xterminator2121 3 года назад +9

    Hey man, I really appreciate your videos. They're very informative and I've been happy to follow along. Thank you for posting these and helping us all code a little better together. Cheers! 🔥

  • @fixtwin
    @fixtwin Год назад +9

    Be aware that this won't work with the Firebase modular (v9 and onwards) SDK: you don't get a firebase object globally available anymore, which was the case in the older Firebase "namespaced" (v8 and earlier) SDK. Instead, you import individual functions that you need from the Firebase SDKs.

    • @amadinsix7359
      @amadinsix7359 11 месяцев назад

      Yeah, noticed that. How can i deal with this? I am a JS and in general a Web beginner. how can i access these objects and functions outside the script where i imported all these scripts?

  • @jackdavenport5011
    @jackdavenport5011 2 года назад +1

    This video is what finally helped me wrap my head around firebase, thanks so much for providing such a great resource:)

  • @Jolterix20
    @Jolterix20 3 года назад +9

    Can you please consider making an updated version of the video? A lot has changed

  • @hambaba
    @hambaba 4 года назад +24

    I still didn't find the drawbacks of firebase, am I missing it or is it just actually so good?
    The only thing I found is that we will be so attached with Firebase on our production, if one day they suddenly change their policies or pricing that are not suitable with our business, it would be a real pain to migrate all of the code to a new service or just to deploy it on premise

    • @hamzalakhal5884
      @hamzalakhal5884 4 года назад +3

      On reason of many, having it's own server is just a question of security, some companies that have very sensitive data , will not opt for firebase

    • @gcash49
      @gcash49 4 года назад +4

      from what ive heard in the past (may have changed, haven't checked recently) firebase has a generous free tier but expensive pricing as your app scales up. therefore its good for hobby/personal projects but for projects that need to be able to be scaled extensively, relying on other services (ie. aws) is preferable

    • @Murmeltier
      @Murmeltier 4 года назад +3

      Firebase is way too expensive at scale and the Firestore support for higher logic queries is just not existing. So if you rely on some logic to aggregate your data or have heavy read/write loads, it's just not as good.

  • @elpatotengu31
    @elpatotengu31 4 года назад

    the way you code, like, the style of the code itself, its a piece of art. Thank you for the tutorial

  • @itsUnsmart
    @itsUnsmart 4 года назад +6

    You are literally the best channel for tutorials on stuff, thank you!

  • @baotranhuyduc82
    @baotranhuyduc82 4 года назад +4

    Impeccable timing, man. Just when I'm trying to learn firebase.

  • @iamilyes
    @iamilyes 4 года назад +4

    I was almost daily checking ur channel in case i missed a new video... it feels really good to see u back .
    Great video so far, keep up the good work ❤

  • @StrangeIndeed
    @StrangeIndeed 3 года назад +1

    You made me realize how easy it is to make a full stack application with Firebase. I'm excited with what I can do with that knowledge. Thanks c:

  • @harisonfekadu
    @harisonfekadu 3 года назад

    This might be my favorite channel on RUclips! I love EVERYTHING about it! Thanks Jeff!

  • @sunilchengalath683
    @sunilchengalath683 3 года назад +1

    Crisp. Informative. Comprehensive. Great video, Fireship!

  • @jaroslavhuss7813
    @jaroslavhuss7813 4 года назад +5

    Anyway, Jeff, you have become my favorite tutor on RUclips. You are event better than Traversy Media right now since the content quality dropped by random contributors by a lot :-/. Keep it going!

  • @g7chu
    @g7chu 3 года назад +2

    Awesome video on the basics of Firebase. The source code in the description was also helpful!

  • @РоманЛапань
    @РоманЛапань Год назад

    that's amazing!! strongly recommend this video for everyone who want to teach firebase

  • @cmlosaria
    @cmlosaria Год назад +2

    hello, this video is 2 years old, I want to follow this because it's clear and concise. I was wondering if most topics covered here about Firbase are still applicable?

  • @benjaminjameswaller
    @benjaminjameswaller 4 года назад +3

    Thank you Jeff for an excellent comprehensive beginner tutorial on Firebase and it is good to see you back. I just wondered the other day where you had got to!

  • @francescosacchetto4237
    @francescosacchetto4237 4 года назад +2

    Loved it! Can't wait for the Flutter-Firebase one!

  • @user-wc1sm8cj8s
    @user-wc1sm8cj8s 3 года назад +1

    learned a ton in a short period of time, this is what I need!

  • @dainiushappy7688
    @dainiushappy7688 3 года назад

    Thanks a lot - your videos more clear than original firebase documentation. Thumbs up!

  • @alexgrz7634
    @alexgrz7634 4 года назад +3

    Dope tutorial, thank you so much ! I was going to waste a lot of time implementing my regular nodejs jwt authentication !

  • @anupamadissanayake1299
    @anupamadissanayake1299 4 года назад +1

    I had 0.1% belief that your video will be the 1 notification in my notifcation box.

  • @ashrafmd
    @ashrafmd 4 года назад +4

    if I am a Traffic cop, I would be giving a ticket to you for speeding :) good tutorial

  • @suraj-ram7488
    @suraj-ram7488 4 года назад +18

    Can't wait for Firebase with React :)

  • @Ctrl_Alt_Elite
    @Ctrl_Alt_Elite 4 года назад +2

    Thank you, this couldnt have come at a more perfect time... working on a React app and I'm going to use Firebase for the backend

  • @edycole5543
    @edycole5543 4 года назад

    Welcome back, more tutorial about firebase, storage, function, etc , thanks

  • @senkaka
    @senkaka 4 года назад +1

    Welcome back!
    Cant wait to see those intro-videos you've mentioned!

    • @PwrSrg
      @PwrSrg 2 года назад +1

      AGREED! @Fireship - Did any of those ever get done?? Specifically "Firebase with Svelte"?? I can't seem to find them. 😞

  • @ravenizer
    @ravenizer 2 года назад +7

    Can we have a new version of this video for firebase 9? 🥺

    • @heartcoder4179
      @heartcoder4179 2 года назад

      I'm late replying to your comment, but I just released a video version of this awesome tutorial with Firebase 9...
      ruclips.net/video/YPgb7g8is2w/видео.html

  • @abhiyudaibhakuni4957
    @abhiyudaibhakuni4957 4 года назад +1

    Great to see you back buddy! Loved the in depth video you made about firebase. Would be waiting for a React tutorial by you, since I really like your youtube videos.

  • @bluecrafter6
    @bluecrafter6 2 года назад

    U are the only one who does the best tutorials =]

  • @Mroskas
    @Mroskas 4 года назад

    If you put this dude on 0.75 speed, It sounds just as normal as any other tutorial. And if someone has an issue with serverTimestamp, correct syntax is "firebase.firestore.FieldValue.serverTimestamp()"

  • @sharthakghosh970
    @sharthakghosh970 4 года назад

    Your thumbnails for all videos are awesome

  • @RedStone576
    @RedStone576 4 года назад +1

    The only tutorial that i can enjoy

  • @randomvideos8208
    @randomvideos8208 4 года назад

    This channel has one of the best quality content 🏆

  • @jgoemat
    @jgoemat 3 года назад +1

    An update for Firebase 9 and using the recommended javascript modules would be cool... Thanks for the tutorial.

    • @PwrSrg
      @PwrSrg 2 года назад +1

      AGREED - the code is severely outdated. TWO hours later, and I am still only at 5:40. 😖

  • @okie9025
    @okie9025 4 года назад +5

    The legend returns!!

  • @marwanalawd5017
    @marwanalawd5017 2 года назад +2

    Thank you for this awesome explanation ,I was following step by step but I couldn't find the available libraries !! I wonder where I can find those links to apply them in my app

  • @FelipeMaffezzolli
    @FelipeMaffezzolli 4 года назад +5

    Thanks for great content! Please make one about React - Firebase 🔥

  • @AbdulSamadDev
    @AbdulSamadDev 4 года назад

    I was missing your videos 😀.
    WELCOME BACK! 🔥

  • @jishnuviswanath
    @jishnuviswanath 2 года назад +5

    This needs a serious update with version 9 sdk.

    • @RyanJohnson
      @RyanJohnson 2 года назад +3

      Right? Are you coming from one of his paid courses too?
      This has been one day that Firebase and Fireship have knee-capped out of the gate for me...

  • @PremiumHowTo
    @PremiumHowTo 2 года назад +7

    We need a new version of this. Everything doesn't work like this anymore.

    • @heartcoder4179
      @heartcoder4179 2 года назад

      I just made an updated video of this awesome Firebase tutorial there if it can help
      ruclips.net/video/YPgb7g8is2w/видео.html

  • @Mico605
    @Mico605 4 года назад +12

    I am curious, how does having your own VPS or dedicated server compare to having your app be on services like Firebase? What are the pros and cons of either?

    • @6s6
      @6s6 4 года назад

      I would also like to know this!

    • @EstebanCodes
      @EstebanCodes 4 года назад +4

      If you have your own VPS that means you have to maintain it (update nodejs update Nginx and other software) you will also need to maintain your DB if you host that there. Besides that, you will need to scale it when it gets more traffic, buy more CPU power add more ram, etc if you decide to scale vertically. With Firebase you don't have to take care of any of that. I will think the main disadvantage it cost more when you scale with firebase (but at the beginning, it will likely be cheaper even free), and also you don't have control of the software of your own server (in the vps you can use whatever you want, node PHP, MySQL Mongo, in Firebase you are stuck with Firestore etc).

    • @ChumX100
      @ChumX100 4 года назад

      Having your own server or VM gives you virually full flexibility in terms of technology at the cost of having to design and maintain all of it yourself. With Firebase, both scaling up and scaling down is handled for you automatically, which can be cheaper if the load is relatively small compared to your stack specs and more expensive if you are using your servers efficiently, which can be hard.

  • @JagaSantagostino
    @JagaSantagostino 4 года назад +2

    Great tutorial! And congratz on hitting 400k, totally deserved fan base 💯

  • @arytiwa4351
    @arytiwa4351 2 года назад

    You should open a media company for us developers !!!
    I seriously enjoy watching your videos as much as I like watching T.V.

  • @omaryassir5885
    @omaryassir5885 4 года назад

    So happy to see you back.

  • @fire_boat
    @fire_boat 4 года назад +2

    **video ideas for you**
    react + firebase full mini project tutorial
    redux in 100 seconds
    firebase storage in 100 seconds
    docker in 100 seconds (probably already on your list)
    csv (comma seperated values) in 100 seconds
    sass (the scss syntax) in 100 seconds
    firebase analytics tutorial
    how u make such good thumbnails tutorial **very important**
    how u edit so well **also very important**
    microsoft excel in 100 seconds
    google charts tutorial
    more typescript stuff **also very important**
    hope this helps :D
    i gave up and thought ud never come back. thank god

  • @arjunkashyap8896
    @arjunkashyap8896 4 года назад

    Fireship videos make my day

  • @local.interloper
    @local.interloper 4 года назад +3

    WELCOME BACK :D
    Love you man

  • @scripticstudios2022
    @scripticstudios2022 2 года назад +3

    5:32 I just get two errors. "Uncaught TypeError: Failed to resolve module specifier "firebase/auth". Relative references must start with either "/", "./", or "../"." and "Uncaught ReferenceError: firebase is not defined
    at app.js:1:13" I don't know why this is. Maybe "firebase" isn't a global variable? If this is so, how do I make it a global variable?

  • @StrongBodyandMindNetwork
    @StrongBodyandMindNetwork 4 года назад +1

    Your videos are always amazing and on point 🎯
    Thanks for sharing 🙏🏾

  • @lukju6520
    @lukju6520 4 года назад

    Why is this channel so underrated?

  • @benleb8939
    @benleb8939 3 года назад

    Firebase is blowing my mind!

  • @gyakhoe
    @gyakhoe 4 года назад

    wow.. waiting for firebase and flutter. I'm glad that you are back ..

  • @manishbhamare2214
    @manishbhamare2214 3 года назад

    It's actually great video, One Stop Solution for all Firebase Questions!

  • @rishabhmalhotra1542
    @rishabhmalhotra1542 4 года назад

    I been searching this on your website, thank you for this

  • @westernpigeon
    @westernpigeon 2 года назад +4

    can we please get a newer version of this? there's so many errors popping up and i cant seem to fix it. "firebase is not defined" keeps popping up when u say to console.log(firebase)

  • @vio_tio12
    @vio_tio12 3 месяца назад +1

    PLEASE DO AN UPDATED ONE!!

  • @penguin2251
    @penguin2251 4 года назад

    It's good to see you back!

  • @vuelancer
    @vuelancer 4 года назад

    Awesome video Jeff 💖 🔥 Make a complete series on firebase!

  • @TheSecondMessenger
    @TheSecondMessenger 2 года назад +5

    Thank you for another great tutorial, I was really excited about this one but, at 4:39 you follow the link to install the SDKs from the CDN but Google appears to have changed the layout of their documentation and now I'm going in circles trying to get it working. I can't figure out how to install the scripts needed to continue the tutorial. Can anyone offer any help? Thank you.

  • @samheyman09
    @samheyman09 4 года назад

    Another outstanding video! Thanks a million. Would you be able to do a video on cookies: what cookies Firebase requires, how to allow users to configure their preferences, how to prevent them being set before user consents (European law), what cookies Facebook uses for Facebook login, etc.

  • @akshatatray556
    @akshatatray556 4 года назад

    Great to see you back, brother. Keep it going ❤️

  • @sonmangaking
    @sonmangaking 4 года назад

    Glad to see another video good to see fireship back love your videos

  • @aayushjain2438
    @aayushjain2438 4 года назад

    A couple weeks ago your videos on firebase helped a lot. Can you make a video on firebase storage . And a video for firebase with express.

  • @coderchic
    @coderchic 3 года назад

    This is a great video and it's straight to the point.

  • @yeikiu
    @yeikiu 4 года назад

    OMG I built instab.io in under 2 weeks with your awesome product 🙌🔥🙌

  • @abhishekvishwakarma9045
    @abhishekvishwakarma9045 3 года назад

    Really amazing content in just 25 minutes 🔥🔥 feeling good to find your channel🤩

  • @MapMavericks
    @MapMavericks 4 года назад

    You make concepts so easy to understand. Thanks for making videos! 😁👍

  • @TramitesNanos
    @TramitesNanos Год назад

    This is exactly the help I needed, thanks man. 💯

  • @DodaGarcia
    @DodaGarcia 3 года назад

    Ok this is it, I'm taking the plunge and moving my API project to Firebase

  • @lilpostloo693
    @lilpostloo693 3 года назад

    Awesome tutorial, thanks for creating this. I just followed it through entirely and the only issue was serverTimestamp() was undefined. Otherwise everything else works as expected.

  • @AKTSR444
    @AKTSR444 3 года назад +1

    4:02 they are showing different code. I don't see things in it.

  • @bykevintitus
    @bykevintitus 4 года назад

    Can't wait to see the vue firebase vid! Hopefully with vuex too!

  • @anikettyagi7057
    @anikettyagi7057 4 года назад

    Works great with react native as well

  • @sawcondeez
    @sawcondeez 4 года назад

    I'm glad that you're back :)

  • @rubenheymans1988
    @rubenheymans1988 4 года назад

    Ah still the best tutorials on RUclips and more, awesome

  • @va9if
    @va9if 3 года назад

    That 90's style 😍

  • @uiytt8497
    @uiytt8497 4 года назад +5

    Firebase look sick, but I understood that it was linked to Google (server-side), does it come with some privacy problems ?

    • @uiytt8497
      @uiytt8497 4 года назад

      @@szymex8341 Ok so it's a big no for me

    • @rajpanchal9226
      @rajpanchal9226 4 года назад

      @@szymex8341 Same goes for amazon's aws which is far more dangerous than firestore and azure too will be able to track

  • @MajdSoufan95
    @MajdSoufan95 4 года назад

    Thank you for making these videos. I hope you can make a video about a 2-tier project (Front-end with Amplify-auth & backend of Node with Amplify-api) or using Firebase.

  • @attentioncore
    @attentioncore 4 года назад +1

    YAY you're back!

  • @muhammadahmedjaved7691
    @muhammadahmedjaved7691 4 года назад

    I was waiting for a video for a very long time since you didn't uploaded any video for a long time

  • @tecnojv
    @tecnojv 4 года назад +1

    This is very timely for a project I am working on! Thank you! Will be waiting on the Firebase for Flutter video(s?)

  • @julianstorm7722
    @julianstorm7722 4 года назад +1

    This is probably a pretty dumb question but why do you place all the scripts in the head?
    According to firebase documentation you are supposed to put them in the body.
    Short explanation would be nice. Thanks for the great content.

  • @HarshKapadia
    @HarshKapadia 4 года назад +1

    Awesome video, Jeff! Thank you for this!

  • @Anstroy95
    @Anstroy95 4 года назад

    Firebase can get quite expensive, I suggest using Appwrite which is pretty easy to host on your own server

  • @renangaldino6538
    @renangaldino6538 Год назад

    Thanks a lot man, u ar an amazing teacher!!!

  • @jesalgandhi
    @jesalgandhi 4 года назад

    Back at it again with a straight banger