Hiranya Jayathilaka

Results 10 issues of Hiranya Jayathilaka

Is there a way to code-format the text of a link? I've tried the following options in the playground, and they didn't work. ``` /** * This is a {@link...

The `UserRecord` returned by `admin.auth().getUser()` contains `passwordHash` and `passwordSalt` fields. ``` const admin = require('firebase-admin') admin.initializeApp(); admin.auth().getUser(uid) .then((user) => console.log(user)); ``` This resulted in: ``` UserRecord { uid: 'e1b2NmnasZXw0QtpYFcZ88IeK5t1', email:...

type: bug
api: auth

The latest version of `google-auth` uses the IAM service accounts API to sign tokens (see https://github.com/googleapis/google-auth-library-python/pull/553). We need to update our unit test mocks to be compatible with this change....

Add an optional `max_retries` argument to the `db.Reference.transaction()` method. Currently it uses a fixed retry count (25).

type: feature request
api: database

Example: https://godoc.org/firebase.google.com/go/auth Both `auth.Client` and `auth.TenantClient` has many exported members that are inherited from various embedded members. None of these are displayed on the generated output. I see that this...

Is there a way to use this library only as a re-ranker? Something like: ``` results = RAG.rerank(question = '...', docs = [...]) ```

enhancement

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I'm working on a monorepo with many projects in it. Something like:...

defect
triage
admin read

**Is this a feature or a bug?** - [ ] Feature - [X] Bug **Please describe the actual behavior.** Consider the following entrypoint implementation: ``` import * as _auth from...

`GoogleCredentials` can be initialized with an optional `HttpTransportFactory`. But this doesn't provide any means of setting the connection and read timeout for the HTTP requests made by the credentials implementation....

type: feature request

This library still has dependencies on `httplib2` and `google-auth-httplib2`. Most of the other Google Python libs have [migrated away](https://github.com/googleapis/google-cloud-python/issues/1346) from these. Specifically, `httplib2` has [known thread-safety problems](https://github.com/googleapis/google-api-python-client/blob/master/docs/thread_safety.md), and `google-auth-httplib2` seems...

type: feature request
next major: breaking change