quickstart-cpp
quickstart-cpp copied to clipboard
Firebase Quickstart Samples for C++
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [firebase-admin](https://github.com/firebase/firebase-admin-node). These dependencies need to be updated together. Removes `tough-cookie` Updates `firebase-admin` from 5.10.0 to 11.9.0 Release notes Sourced from...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [qs](https://github.com/ljharb/qs), [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.5.1 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428)...
### [REQUIRED] Please fill in the following fields: * Which Firebase Sample: Admob(Auth, Database, etc.) * Firebase C++ SDK version: firebase_cpp_sdk_11.6.0 * Additional SDKs you are using: Admob (Facebook, AdMob,...
Kinda a feature request/inquiry. Can this package be used with C++ web app?
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.4.1 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
import azure.functions as func from elasticsearch import Elasticsearch # Client initialization client = Elasticsearch( cloud_id="deployment-name:ABCD...", api_key=... ) def main(request: func.HttpRequest) -> func.HttpResponse: # Use the client client.search(index=..., query={"match_all": {}}) from...
Incorporates changes from the following SDK PRs: https://github.com/firebase/firebase-cpp-sdk/pull/1278 https://github.com/firebase/firebase-cpp-sdk/pull/1471 https://github.com/firebase/firebase-cpp-sdk/pull/1569 https://github.com/firebase/firebase-cpp-sdk/pull/1575 https://github.com/firebase/firebase-cpp-sdk/pull/1577 Plus turns off the Android linter, and removes the (older) AdMob testapp.