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
remove all file system interaction directly in cypress-firebase
removal all dependence on CI provider environment variables (previously used for prefixing SERVICE_ACCOUNT)
BREAKING CHANGES
Drop support for Node versions below 16
Build for Node 16 (previously Node 12)
Drop support for environment variables auto-prefixed by CI env (such as STAGE_SERVICE_ACCOUNT) (#759)
Drop support for loading default service account file at ./serviceAccount.json - GOOGLE_APPLICATION_CREDENTIALS env variable should be used instead as described in Firebase docs