Deploying to firebase doesn't work

I’ve recently wanted to deploy my glitch project onto firebase. I have the basic firebase.json in place:

{
  "hosting": {
    "ignore": [
      "firebase.json",
      "**/.*",
      "**/node_modules/**"
    ],
    "rewrites": [{
        "source": "**", 
        "function": "app"
    }]
  }
}

but for some reason, when i press “Deploy to Firebase”, an error shows in the console:

image

Does anyone know what to do?

It likely has something to do with the current service outage. status.glitch.com

Sorry about that!

2 Likes

No problemo :slight_smile:

1 Like

image

A bug report for ya @RiversideRocks

1 Like

I suppose you could always contact support@glitch.com.

(I’m don’t work at Glitch :smile:)

3 Likes

my bad :smiley: abcdefghjo (character spam to let me post)

1 Like