You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e/firebase): Fix firebase e2e test failing due to outdated rules file (#17448)
To test our firebase instrumentation, we spin up a firebase emulator
with firestore rules.
Looks like by default, the generated rules file was set to only allow
general data access for 30 days. This caused CI to suddenly fail from
Aug 17 onwards (and went unnoticed until today due to Hackweek).
Since this is just us running the emulator in a CI job, I think it's
okay to allow access unconditionally. Not sure though, so happy to think
of something else if reviewers have concerns.
0 commit comments