firebase-admin-node
firebase-admin-node copied to clipboard
Firebase Admin Node.js SDK
Add a source map to the doc generation process so that reference docs can link directly into source files for each function/constant/etc.
``` var admin = require("firebase-admin"); new admin.firestore.GeoPoint(latitude, longitude); // Gives error -> TypeError: GeoPoint is not a constructor ``` The value of admin.firestore.GeoPoint is `undefined` I've reverted back to version...
### [READ] Step 1: Are you in the right place? * For issues related to __the code in this repository__ file a Github issue. * If the issue pertains to...
Fixes #1879 by providing a way to pass `preferRest` to the `Firestore` constructor. This is coming from the solution we provided in https://issuetracker.google.com/issues/158014637. The `preferRest` option might become default in...
Bumps [@firebase/app-compat](https://github.com/firebase/firebase-js-sdk/tree/HEAD/packages/app-compat) from 0.1.31 to 0.1.34. Changelog Sourced from @firebase/app-compat's changelog. 0.1.34 Patch Changes Updated dependencies []: @firebase/app@0.7.33 0.1.33 Patch Changes Updated dependencies []: @firebase/app@0.7.32 0.1.32 Patch Changes Updated dependencies...
Over the last 12 hours our firebase-admin node process has been experiencing the following error `Error: 2 UNKNOWN: Authentication backend unknown error` It appears to happen during a firestore transaction...
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.29.5 to 7.31.1. Changelog Sourced from @microsoft/api-extractor's changelog. 7.31.1 Thu, 15 Sep 2022 00:18:51 GMT Version update only 7.31.0 Tue, 13 Sep 2022 00:16:55 GMT Minor changes...
Bumps [@firebase/database-compat](https://github.com/firebase/firebase-js-sdk/tree/HEAD/packages/database-compat) from 0.2.4 to 0.2.6. Changelog Sourced from @firebase/database-compat's changelog. 0.2.6 Patch Changes Updated dependencies [f35533594]: @firebase/database@0.13.6 0.2.5 Patch Changes 9f1e3c667 #6536 - Revert "Updated type of action parameter...
Bumps [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) from 8.5.1 to 8.5.9. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0. Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update version b62f1da Protect against constructor modification, #84 fb427cd Link to json-schema-org...