Skip to content

Releases: prescottprue/cypress-firebase

v0.2.0-alpha.5

18 Jun 22:51
e142af2
Compare
Choose a tag to compare
v0.2.0-alpha.5 Pre-release
Pre-release
  • fix(core): update peerDependencies to include firebase-tools v7
  • fix(buildRtdbCommand): include preceding slash if it doesn't already exist on action path
  • fix(createTestEnvFile): move createTestEnvFile to its own file in src
  • fix(run): only include envName if argument is provided
  • fix(commands): switch cy.logout to use onAuthStateChanged - #20

v0.2.0-alpha.3

16 Jun 15:38
187a7fb
Compare
Choose a tag to compare
v0.2.0-alpha.3 Pre-release
Pre-release
  • feat(deps): update to firebase-tools-extra v0.1.0-alpha.2 (improved fixture handling)
  • fix(core): preserve existing FIREBASE_PROJECT_ID in cypress.env.json

v0.2.0-alpha.2

11 Jun 07:45
ea26419
Compare
Choose a tag to compare
v0.2.0-alpha.2 Pre-release
Pre-release
  • feat(createTestEnvFile): add FIREBASE_API_KEY to generatedcypress.env.json (supports loading config from firebase-ci settings in .firebaserc)

v0.2.0-alpha

11 Jun 07:31
6e6f6c0
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release
  • feat(core): drop node 6 support
  • feat(CI): switch to Gitlab CI over Travis CI
  • feat(deps): update firebase-admin and figures
  • feat(deps): update a number of dev dependencies
  • fix(env): add support for CI_COMMIT_REF_SLUG

v0.1.5

22 Mar 19:39
a8413b0
Compare
Choose a tag to compare
  • feat(core): support passing service account through SERVICE_ACCOUNT environment variable
  • fix(core): add warning if FIREBASE_CLIENT_ID is set within environment (since it will override FIREBASE_TOKEN, which can cause unexpected errors)
  • feat(docs): add note about how SERVICE_ACCOUNT environment variable is now supported
  • fix(docs): add note about requirement of service account to docs for createTestEnvFile

v0.1.4

13 Mar 09:40
b6a9d64
Compare
Choose a tag to compare
  • fix(callFirestore): only attach createdBy and createdAt in meta if they do not already exist
  • fix(callFirestore): parse createdAt to a timestamp (thanks to update of firebase-tools-extra to 0.0.9)

v0.1.3

22 Feb 08:58
bd8d5f3
Compare
Choose a tag to compare
  • fix(deps): update firebase-tools-extra to ^0.0.8 (improved parsing of some Firestore results)
  • fix(deps): update firebase-admin to ^7.0.0

v0.1.2

21 Feb 08:42
3c8fcbb
Compare
Choose a tag to compare
  • fix(commands): wording fixed in log of logout command ("user" instead of "use")
  • fix(examples): update deps of examples

v0.1.1

02 Feb 01:37
7c15cef
Compare
Choose a tag to compare
  • fix(logout): remove returning of promise (handled by Cypress) - #9
  • fix(callFirestore): support calling update by passing data - #10, #11 - @bettinatop22
  • feat(docs): add full example for callFirestore - #7, #8 - @axacheng

v0.1.0

08 Jan 08:29
d7a8439
Compare
Choose a tag to compare
  • feat(commands): run and open commands added for building config then running/opening cypress
  • feat(commands): add support for loading path from cypress.json
  • feat(core): add prettier