Joe Hanley

Results 81 comments of Joe Hanley

Googler here - https://github.com/firebase/firebase-tools/ is looking to use this connector for some upcoming features, and this would be a extremely helpful feature for us (since most of our users use...

@enocom - we just need a way to pass in a OAuth2 token, since firebase-tools already implements a full OAuth2 flow. Is there an easy way to do this with...

@enocom That didn't quite work - JWT.fromAPIKey expects a API key, but we have a access token. I spent a fair bit of time playing with google-auth-library, and AFAICT, there...

Hey all, we ended up finding a solution that worked for us by implementing our own AuthClient and passing it into the Connector. Feel free to deprioritize this if needed...

Hey @mozeryansky, Joe from the Cloud Functions for Firebase team here. Thanks for the feature suggestion - this seems like it could be pretty valuable for some apps. However, I...

Thanks for the run through, that makes a lot more sense to me now. I think that if this was implemented, the best approach would be to expose the GTMSessionFetcher...

@gregnr you mentioned: > The extra ReadyForQuery messages from PGlite after ParseComplete, BindComplete, and RowDescriptionMessage seem to be what is tripping up clients. I tested manually removing these extra messages...

I think I am still running into this issue on 0.3.3 - when connecting with https://github.com/lib/pq, and running some migration statements generated by Atlas, it seems like extra Ready for...

Thanks for digging into the real cause of this @ricardograca-scratch. Making a note here to remind us to update to the next major version of firebase-admin as soon as its...

Hey all, thanks for reporting this. I've taken a pass thru and updated all the dependencies to minimize the use of the deprecated packages. I've also opened issues for our...