scriptPilot / app-framework

Applications for any device with HTML, CSS and JavaScript - free and open source!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy to firebase Hosting Error 410

xupateste opened this issue · comments

Hi everyone! I need some help. It's a fresh and clean default installation that I want to deploy to firebase hosting using "npm run firebase" but it shows me this error:

Error: HTTP Error: 410, This version of the Firebase CLI is no longer able to deploy to Firebase. Please upgrade to a newer version (>= 4.1.0). If you have further questions, please reach out to Firebase support.
Error: Firebase database rules deployment failed.

What I'm doing wrong?

  • I've added the required firebase info to config.json in root app folder
  • I've tried updating firebase-cli using "npm install -g firebase-tools"