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.

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

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

    This channel is a Force. True Force... It will be BIG.

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

    Thanks so much for making this. I was so lost reading tutorials that were outdated. Even chatGPT(free version at least) was stumped.

  • @codium1837
    @codium1837 Год назад +1

    The quality is very good ! You'll grow fast

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

    I can't wait to see the next tutorials, this was a great one thank you

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

    Congratulations! keep doing things like that. Really grateful.

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

      Thanks, i'll try uploading every week :)

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

    You're a legend, thank you

  • @RAJNISHKUMAR-lk5oq
    @RAJNISHKUMAR-lk5oq 2 года назад

    Thanks

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

    Please upload more about firebase

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

      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.

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

    How to compare current user with existing user?

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

    Hi there, I'm having a bit of trouble. II do the console.log(app) but it won't show on my console.

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

      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.

  • @RAJNISHKUMAR-lk5oq
    @RAJNISHKUMAR-lk5oq 2 года назад

    please, How can we re-deploy when we changed our project

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

      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.

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

    export 'initializeapp' (imported as 'initializeapp') was not found in 'firebase/app' .. solve this error if you can :P

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

      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

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

      @@AtomicCodeX not solved yet even dependencies are installed.

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

      @@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.