Adam Duren

Results 11 issues of Adam Duren

From what I understand `databaseAuthVariableOverride` does not work for Firestore. This was important in the real time database to make sure that scripts don't execute with unchecked permissions. Is there...

type: feature request
api: firestore

@wf9a5m75 I am curious to get your thoughts on adding the type checking to the project without having to convert the entire project to typescript. Would this be something that...

pending / waiting

Is it possible to support a custom index definition for `additionalProperties`? Currently the output is: `[k: string]: MyInterface`. It would be beneficial if it could be customized like so `[k...

enhancement
in discussion

**Contributing to Twilio** > All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided...

**Is your feature request related to a problem? Please describe.** The Voice SDK is limited to selecting input devices that have a device id. While this works for most cases...

enhancement

Can we get a patch or minor version bump to correctly transform the postalCode -> address_zip for the browser platform? It's been committed for over a year but we haven't...

(node:8) [FSTDEP011] FastifyDeprecation: Variadic listen method is deprecated. Please use ".listen(optionsObject)" instead. The variadic signature will be removed in `fastify@5`. (Use `node --trace-warnings ...` to show where the warning was...

This was the minimum number of changes I needed to make to get gulp-jspm working with the beta. Which was mentioned in #25. More work may still need to be...

I am able to bundle using the command line successfully but when I try to use `gulp-jspm` it fails with what looks like it not recognizing the transpiler. Command line...

What is the recommended way of splitting messages across multiple proto files? I tried sending multiple files to protoc but I get the error `firestore.rules: Tried to write the same...