How to Deploy an Angular App to Firebase: Step-by-Step Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • In this tutorial, you'll learn how to deploy an Angular app to Firebase Hosting in a step-by-step guide. Firebase is a popular platform for hosting web applications, and with this tutorial, you'll learn how to set up and deploy your Angular app to Firebase Hosting.
    We'll cover topics such as creating a Firebase account, installing the Firebase CLI, building your Angular app, logging in to Firebase, initializing your Firebase project, setting up Firebase Hosting, and deploying your app.
    By following this tutorial, you'll gain a better understanding of how to deploy your Angular app to Firebase Hosting and make it accessible to your users.
    #angular, #firebasehosting, #firebasecli, #deploy, #tutorial, #step-by-step

ความคิดเห็น • 42

  • @merijn639
    @merijn639 13 วันที่ผ่านมา

    thank you so much, quick and simple guide. wouldve taken me ages to figure out i just had to point the public directory to the dist folder without this.

  • @shishirbagalkot3404
    @shishirbagalkot3404 28 วันที่ผ่านมา

    Awesome tutorial, thanks a lot!

    • @babatundelmd
      @babatundelmd  25 วันที่ผ่านมา

      You're welcome!

  • @dmytromykytiuk1244
    @dmytromykytiuk1244 10 หลายเดือนก่อน +2

    thank you!
    I've being trying to deploy for a few times, but everytime run into default firebase window on hosting
    but while watching the video I understood that I should just not overwrite index file))
    now it is great!

    • @invisibellrobe
      @invisibellrobe 10 หลายเดือนก่อน +1

      I was also stuck on that! Best of luck to you!

  • @aeroabrar_31
    @aeroabrar_31 10 หลายเดือนก่อน

    Easy and to the point.
    Love from India

  • @DigitalAdapt
    @DigitalAdapt 3 หลายเดือนก่อน +3

    I deployed my Angular project with firebase CLI but when I navigate to the specific domain, I only see this :
    Welcome
    Firebase Hosting Setup Complete
    You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!
    How to fix this issue.
    How to fixed this? Because I deployed this app following what you teach in project.

    • @ВладиславЗелинский-г5ю
      @ВладиславЗелинский-г5ю 2 หลายเดือนก่อน

      I have similar problem. Please help

    • @ВладиславЗелинский-г5ю
      @ВладиславЗелинский-г5ю 2 หลายเดือนก่อน

      please see another comments, there is a decision

    • @santiagobruno_t1581
      @santiagobruno_t1581 หลายเดือนก่อน

      When you run the ng build command check the dist folder, there could be an extra folder called browser move the files from there and paste in the sub directory e.g dist/app/browser/files, move all the files from the browser and paste in app like so dist/app/files then firebase deploy it should work. (copy of @Babatunde Lamidi comment)

    • @ВладиславЗелинский-г5ю
      @ВладиславЗелинский-г5ю หลายเดือนก่อน

      @@santiagobruno_t1581 how can I set another settings for dist folder? Copy and paste it manually is too uncomfortable

  • @mohammadalijarjoumah1977
    @mohammadalijarjoumah1977 8 หลายเดือนก่อน +1

    Thank you, very helpful!

    • @babatundelmd
      @babatundelmd  8 หลายเดือนก่อน +1

      Glad to hear that!

  • @MattBristow-z1f
    @MattBristow-z1f ปีที่แล้ว +2

    Love this. Cheers.

  • @Minecraftrockz2000
    @Minecraftrockz2000 8 หลายเดือนก่อน

    Helpful, thank you.

    • @babatundelmd
      @babatundelmd  8 หลายเดือนก่อน

      You are welcome!

  • @AjitaGupta-d1r
    @AjitaGupta-d1r 7 หลายเดือนก่อน

    Thankyou soo muchhh! This saved my day!

    • @babatundelmd
      @babatundelmd  7 หลายเดือนก่อน

      You're welcome!

  • @nikhilkay1
    @nikhilkay1 8 หลายเดือนก่อน

    really helpful thank you!

    • @babatundelmd
      @babatundelmd  8 หลายเดือนก่อน

      You're welcome!

  • @invisibellrobe
    @invisibellrobe 10 หลายเดือนก่อน

    Thank you! Life saver!

  • @DDD-lg6xx
    @DDD-lg6xx 5 หลายเดือนก่อน

    Great vid, thanks!

  • @thesunofodin
    @thesunofodin 2 หลายเดือนก่อน

    Thank you!

    • @babatundelmd
      @babatundelmd  2 หลายเดือนก่อน

      You're welcome!

  • @marshall2180
    @marshall2180 ปีที่แล้ว

    Thankyou verymuch 🎉

  • @kadirmalakcoglu2575
    @kadirmalakcoglu2575 9 หลายเดือนก่อน

    Perfect
    Thank u

  • @sathishb89
    @sathishb89 7 หลายเดือนก่อน

    Thanks ! it worked

  • @N330AA
    @N330AA 5 หลายเดือนก่อน

    Cheers squire!

  • @blkemerone4099
    @blkemerone4099 ปีที่แล้ว

    Ty for this !

  • @ibrahimnefzi6003
    @ibrahimnefzi6003 6 หลายเดือนก่อน

    Please show what next to do

  • @kentdang879
    @kentdang879 6 หลายเดือนก่อน

    thanks!

  • @69mystery67
    @69mystery67 7 หลายเดือนก่อน

    I ran all the commands and got a Welcome to Firebase Hosting page. The page shows: Welcome
    Firebase Hosting Setup Complete
    You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!
    OPEN HOSTING DOCUMENTATION
    Am I doing anything wrong or does it take time to load?

    • @babatundelmd
      @babatundelmd  7 หลายเดือนก่อน +3

      When you run the ng build command check the dist folder, there could be an extra folder called browser move the files from there and paste in the sub directory e.g dist/app/browser/files, move all the files from the browser and paste in app like so dist/app/files then firebase deploy it should work. If it doesn't I could create a short TH-cam tutorial on this. Please let me if this works. Thanks!

    • @vladab7825
      @vladab7825 7 หลายเดือนก่อน +1

      @@babatundelmd I have the same issue as @69mystery67 has, even after your recomendation. Could you please create a short tutorial or give a tip how to solve the issue.

    • @babatundelmd
      @babatundelmd  7 หลายเดือนก่อน

      @@vladab7825 please check it out here - th-cam.com/video/P76cw9KW9Us/w-d-xo.html and let me if it works

    • @vladab7825
      @vladab7825 7 หลายเดือนก่อน

      ​@@babatundelmd Thank you for your effort and that new video! Everething is working right now!!!

    • @ВладиславЗелинский-г5ю
      @ВладиславЗелинский-г5ю 2 หลายเดือนก่อน

      @@babatundelmd thank you very much, cut from folder browser and paste it in dist/files helped me

  • @ItCoursesForAll
    @ItCoursesForAll 8 หลายเดือนก่อน +1

    Not working

    • @babatundelmd
      @babatundelmd  8 หลายเดือนก่อน +1

      What’s the error ?

    • @babatundelmd
      @babatundelmd  7 หลายเดือนก่อน

      th-cam.com/video/P76cw9KW9Us/w-d-xo.html