Lahiru Maramba
Lahiru Maramba
Adds two new optional boolean properties, `bandwidthConstrainedOk` and `restrictedSatelliteOk`, to the `AndroidConfig` type in the messaging API. This change includes: - Updating the `AndroidConfig` interface in `src/messaging/messaging-api.ts`. - Adding the...
This PR adds support for App Check token consumption (replay protection) to the `app_check.verify_token()` API
This change implements the `accounts:query` functionality, providing a new `QueryUsers` method that allows searching for users with filters and sorting options. RELEASE_NOTE: Added `QueryUsers()` API to support querying user accounts...
Add project and tenant level context for Auth API implementations.
Updated default branch name to main If you have a local clone, you can update it by running the following commands: ``` git branch -m master main git fetch origin...