w9jds / firebase-action

GitHub Action for interacting with Firebase
MIT License
919 stars 197 forks source link

Firestore rules and storage rules don't deploy? #210

Open Psycarlo opened 8 months ago

Psycarlo commented 8 months ago

I am using w9jds/firebase-action:v12.9.0 and seems like firestore rules and storage rules are not deploying?

chrisryanouellette commented 8 months ago

Looks like the recent release, about an hour ago, doesn't have a manifest? Does it take time to populate?

/usr/bin/docker pull w9jds/firebase-action:v13.0.1
  Error response from daemon: manifest for w9jds/firebase-action:v1[3](https://github.com/chrisryanouellette/...#step:2:3).0.1 not found: manifest unknown: manifest unknown
  Warning: Docker pull failed with exit code 1, back off 1.953 seconds before retry.

Probably the same thing that happened in #207 P.S. Love the action, TY for making / maintaining it :)

luc122c commented 8 months ago

Could be related to https://github.com/firebase/firebase-tools/issues/6162#issue-1812729566

Psycarlo commented 8 months ago

@luc122c if it's related to that one, it was fixed yesterday.

Any news?

Psycarlo commented 7 months ago

@w9jds my rules (firestore and storage) still don't update...

What can I do?

deploy --only functions,firestore:rules,firestore:indexes,storage

masayukinii1011 commented 5 months ago

I am using v12.6.2 and the latest version. It could be a related problem 🤔 It seems that changes in firestore.indexes.json can't be reflected in firestore. Even though deployment was completed.

chrisryanouellette commented 5 months ago

I locked my version to 12.9.0 and have not had any issues. I have not tested the latest release. Example: uses: w9jds/firebase-action@v12.9.0

patomdp commented 4 months ago

Same thing, this couple past days was working perfectly, but then this morning failed.

originally it was like this: uses: w9jds/firebase-action@master

I've changed to the specific version but still failed

i.e; uses: w9jds/firebase-action@v13.7.2

finally it solved with the suggested solution, to downgrade the version:

uses: w9jds/firebase-action@v12.9.0

chrome_5JHDlERXcN