deploying angular app to firebase

In the terminal:
$ ng build --prod
$ npm install -g firebase-tools
$ firebase login
$ firebase init //choose dist/<project-name> as public directory
//index.html should not be overwritten
$ firebase deploy

3.86
7
Yrodro 75 points

                                    {
  &quot;hosting&quot;: {
    &quot;public&quot;: &quot;dist/your_application_name&quot;,
    &quot;ignore&quot;: [
      &quot;firebase.json&quot;,
      &quot;**/.*&quot;,
      &quot;**/node_modules/**&quot;
    ],
    &quot;rewrites&quot;: [
      {
        &quot;source&quot;: &quot;**&quot;,
        &quot;destination&quot;: &quot;/index.html&quot;
      }
    ]
  }
}

3.86 (7 Votes)
0
5
1
Ktkaushik 90 points

                                    $ ng add @angular/fire

5 (1 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
existing angular project firebase deploy angular project firebase deploy how to deploy angular application on firebase how to deploy firebase angular 10 angular firebase build and deploy how to deploy angular app on firebase for free firebase deploy angularapp Firebase Hosting Setup Complete after deploy angular firebase how to deploy angular angular firebse deploy how to deploy angular website on firebase how to deploy angular on firebase deploy an angular app on firebase angular deployment using firebase angular build before deploy firebase angular deploy to firebase hosting deploying an angular app to firebase how to deploy a angular12 to firebase how to deploy a angular to firebase angular cli firebase deploy angular io deploy to firebase angular deploy app to firebase angular io deploy app firebase deploying angular project to firebase connect from deploy firebase angular app locally deploy to an existing firebase project angular angular 12 deploy firebase angular deploy firebase steps tp deploy an angular app with firebase deploy a angular project on firebase deploy angular app in firebase how to deploy angular 10 projects to firebase how to deploy angular projects to firebase angular deploy on firebase deploy angular apllication to firebase deploy angular project on firebas e deploy angular to firebase second time angular firebase deployment how to deploy angular to firebase how to deploy an angular application on firebase how to deploy angular app using firebase deploy angular app to firebase hosting cloud build deploy angular app to firebase hosting deploying angular app on firebase deploy angular app with firebase how to deploy angularionic on firebase deploy angular project to firebase how to deploy app in firebase with angular firebase docs to deploy angular app deploy angular project on firebase deploying angular using firebase deploy angular app on firebase hosting deploying angular in firebase server Deploy angular app to firebase hostig deploy angular in firebase angular hosting firebase angular apps on firebase demo hosting angular on firebase add firebase to index.html in angular firebase hosting with angular angular build firebase hosting how to deploy angular app on web hosting how to deploy angular app to firebase host angular on firebase deploy angular app using firebase how to deploy angular with firebase angular 9 firebase index.html publish angular app to firebase how to deploy a website with google firebase how to deploy hosting angular 11 app to firebase how to deploy hosting angular app to firebase how to connect my angular app to firebase how to add angular project to firebase deploy vue app to firebase firebase hosting angular deploy webite firebase deploy angular 7 app to firebase deploy angular 7 app free firebase hosting deploy angular angular app firebase hosting angular ng build and deploy firebase compile and deploy angular to firebase deploy angular laravel app firebase how to deploy angular project to firebase convert angular app to firebase how can i do for firebase not work as angular10 when deploy firebase login npm script to build and deploy firebase app on angular connect firebase to angular project firebase hosting of angular node application angular fire deploy how to host angular app for free how to deploy angular in firebase how to modify my angular project on firebsae hosting deploy web app to firebase angular cli to built and deploy in firebase command to build angular project and deploy to firebase how to host my angular app angular firebase hosting deployment how to host angular app on firebase set up angular project for firebase host angular app in firebase angular firebase deploy how to host angular on firebase how to change the app in firebase to which angular will be deployed using cli deploying angular 10 to firebase with ss how to host angular application how to install firebase in angular 10 deploying angular to firebase update firebase website angular how to change in deployed angular app on firebase how to update deployed angular app on firebase how to update angular app on firebase how to update deploy angular app on firebase deploying an angular app to firebase hosting how to host angular project in firebase firebase host angular app firebase build command prod angular firebase deploy dist or dist/ how to upload angular project on firebase angular firebase hosting host angular in firebase how to deploy angular app in firebase launch angular in firebase angular in firebase hosting angular firebase deploy how to deploy angular project on firebase angular on firebase hosting deploy host angular app to firebase firebase serve angular deploy angular site firebase how to deploy angular site firebase does angular uses firestore to host deploy on firebase angular firebase deploy angular how to deploy angular app on firebase hosting a angular app in firebase firebase deploy angularweb firebase angular deploy host angular app on firebase firebase hosting angular site Angular firebase init how to deploy my angular app ro firebase use firebase hosting with angular deploy angular to firebase host angular website on firebase host angular project on firebase deploy angular app firebase hosting firebase angular deploy to firebase angular angular deploy to firebase deploy angular app on firebase deploy app on firebase deploying angular application to firebase upload angular to firebase firebase angular hosting deploy angular on firebase firebase deploy angular app firebase angular deployment deploy angular app to firebase angular host firebase deploy my angular to firebase deploying angular app to firebase
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source