Lahiru Maramba
Lahiru Maramba
Added an empty line between the top matter and the heading (in addition to the new line between the heading and the first sentence).
- Admin SDK should bypass AppCheck token verifications for RTDB operations. This seems to be a regression issue in `@firebase/[email protected]` and up (which is a transitive dependency of `@firebase/database-compat`). -...
Moved from: https://github.com/firebase/firebase-android-sdk/issues/3952 It seems like the Admin SDK does not currently bypass App Check see: https://stackoverflow.com/questions/73105469/firebase-admins-sdk-and-app-check-safetynet We might need a fix similar to https://github.com/firebase/firebase-js-sdk/commit/99414a51ca5cd25f69a96e4c9949ad5b84e3f64e#diff-ddbaa9e762a6010e5a0aa0c8048d48deea15594f14caa3d51e68b283f36e489fR170 in the Java SDK as...
It looks like the following Firestore types are missing in the API reference docs at https://googleapis.dev/nodejs/firestore/latest/index.html ``` - PartialWithFieldValue - WithFieldValue - Primitive - NestedUpdateFields - ChildUpdateFields - AddPrefixToKeys -...
- Support the latest go version (1.18) and 2 previous as per policy. - Restrict the build matrix to the oldest and latest go versions we support (1.16 to 1.18)....
Drop support for Python 3.6 (Python 3.6 has reached EoL) RELEASE NOTE: Dropped support for Python 3.6. Developers should to use Python 3.7 or higher when deploying the Admin SDK.
- Added Node.js 18, 19 to CI workflows - Updated actions that were on `node 12` - Updated internal actions `send-tweet` and `send-email` to `node16`
When REST fallback is enabled by setting `preferRest: true`, the fallback client obtains an authenticated `google-auth-library` client to communicate with the Firestore BE services. If the emulator mode is enabled...
Hi all, I am trying to enable a selected model using the following code in Processing. I am not sure what's wrong but it keeps giving me the error: >...