Advertisement
narimetisaigopi

Firebase Web deployment commands

Dec 5th, 2023
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. https://nodejs.org/en
  3.  
  4. $ npm install -g firebase-tools
  5.  
  6. $ firebase login
  7.  
  8. $ firebase logout
  9.  
  10. $ firebase init
  11.  
  12. enter build/web as the public directory
  13.  
  14. $ flutter build web
  15.  
  16. $ firebase deploy
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement