fireway icon indicating copy to clipboard operation
fireway copied to clipboard

Updated NPM packages

Open ArturAmpilogov opened this issue 1 year ago • 1 comments

  • Removed @google-cloud/firestore dependency. Starting from firebase-admin v10 it is possible to import FieldValue, FieldPath directly from the package.
  • Rewrote firebase-admin import to modular style (const { initializeApp } = require('firebase-admin/app')).
  • Moved firebase-admin to peerDependencies.
  • For local usage upgraded firebase-admin to v11.
  • Upgraded @firebase/rules-unit-testing and the relative code for testing.
  • Upgraded firebase-tools dev dependency.

ArturAmpilogov avatar Apr 29 '23 17:04 ArturAmpilogov