Angular + Firebase Project Setup to Deployment in 9 Steps

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

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

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

    Firestore is a NoSQL database. That isn't trivial, and I should have mentioned it in the video. Of course, you don't HAVE to use Firestore, hosting works with or without it. If you'd like to learn more, I HIGHLY recommend this series: ruclips.net/video/v_hR4K4auoQ/видео.html

  • @IDK-vm5om
    @IDK-vm5om 2 года назад

    amazing video helped a lot .thanks. ❤️👍👍

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

    Can I do this whole thing in vs code? or do I have to use terminal? and why?

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

    why do you have to do the first step in terminal?

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

    I'm currently learning angular please give more content on angular, please suggest some video resources too. There is a real shortage.

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

      I’m currently making videos every week about Angular. When I started, I felt there was a lack of content explaining the concepts. There are many more coding tutorials that show “how” but neglect “why”. That’s why I made ruclips.net/video/TkcLN95R0VA/видео.html as well as the “2 minute explanation” (in the description). My goal is to supplement the best resource I’ve found so far, by Mosh: ruclips.net/video/k5E2AVpwsko/видео.html

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

      Anyway, I really appreciate the comment. It affirms that the path I am on is right.

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

      Hopefully the RUclips algorithm will promote this enough

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

      @@neverbenbetter8225 that is exactly what I need, kid! I'm doing the Mosh Angular course, and I am stuck within the firebase part due to the oldness of his implementation and my lack of knowledge; of course

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

    great video! do you have one showing you playing with the DB, that is, importing firebase modules and adding data to the DB? Thank you

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

      I’m sorry, I don’t. I’m currently focusing on releasing some rxjs videos and then I have some requests for Angular videos. I work with firebase for all my projects, so you will see firebase content in each of those, but nothing solely dedicated to firebase yet.

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

    Day 1 firebase for me! When I "Firebase Init", it errors out saying there is no existing project. I tried to re-create it, and it does exist, it's just not been made "into a firebase application". We missed something, how did you make angular-playground into a firebase application? When I try to create a new project that doesn't work either. I think today's software requires additional steps, much has changed. Also you left out the Login Authentication Step, which must be done before Step 8, how did you login to firebase? I've done everything 4 or 5 times, using VS Code, I cannot get through step 8.

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

      Maybe something has changed or maybe you are using a different operating system. You might want to check the current documentation: firebase.google.com/docs/cli#macos
      To login, use the command "firebase login"

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

    This is the real meathod, if you see that welcome screen after deploy