Search code examples
firebasefirebase-hostingfirebase-tools

Is there any other way to get content to Firebase Hosting / CDN other than using the Node.js "Firebase deploy" command line tool?


I only ask because I'm using a shared hosting environment at the moment and they don't support Node.js.


Solution

  • The only documented way to deploy content to Firebase Hosting is to use the Firebase command line interface.