Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Psycarlo opened this issue Dec 5, 2023 · 7 comments
Open

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

Psycarlo opened this issue Dec 5, 2023 · 7 comments

Comments

@Psycarlo
Copy link

Psycarlo commented Dec 5, 2023

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

@chrisryanouellette
Copy link

chrisryanouellette commented Dec 8, 2023

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
Copy link
Contributor

luc122c commented Dec 11, 2023

Could be related to firebase/firebase-tools#6162 (comment)

@Psycarlo
Copy link
Author

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

Any news?

@Psycarlo
Copy link
Author

Psycarlo commented Jan 6, 2024

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

What can I do?

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

@masayukinii1011
Copy link

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
Copy link

I locked my version to 12.9.0 and have not had any issues.
I have not tested the latest release.
Example: uses: w9jds/[email protected]

@patomdp
Copy link

patomdp commented Apr 12, 2024

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/[email protected]

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

uses: w9jds/[email protected]

chrome_5JHDlERXcN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants