virgil-e3kit-firebase-func icon indicating copy to clipboard operation
virgil-e3kit-firebase-func copied to clipboard

Backend's function that connects your Virgil and Firebase accounts for implementing end-to-end encryption

Results 24 virgil-e3kit-firebase-func issues
Sort by recently updated
recently updated
newest added

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [virgil-sdk](https://github.com/VirgilSecurity/virgil-sdk-javascript). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Looks like the new version of firebase-admin added some variables into the global namespace, which `e3kit.getVirgilJwt()` couldn't cope with. ``` - "firebase-admin": "^9.4.2", + "firebase-admin": "^9.2.0", ```