Christina Holland

Results 209 comments of Christina Holland

What are you saying is recommended? Can you elaborate? It doesn't recommend using `getToken()` in the service worker on that page. It recommends using a service worker file (empty if...

FYI, the `firebase-admin` SDK is a separate repo, here: https://github.com/firebase/firebase-admin-node

Works for me in node 10.15.0 on *.js. I think that I saw this before when there was some error in my code (or just something the parser doesn't like),...

> We welcome any PRs with the potential fix mentioned by @aryehsanders I think the auth team is welcoming PRs on this, that might be the fastest way to get...

Can you open a new issue and provide a minimal repro or code snippet? Let's isolate this from the original issue (which seems to be incorrect usage) so we can...

I'm going to close this for lack of a repro from the original user - if anyone else has this problem and can provide a repro, please feel free to...

Sorry I haven't gotten back to this. One question: what's the expected behavior if both `timeout` and `signal` are specified? It seems like it might be unexpected behavior as is....

I thought that was actually going to be pretty complex but it looks like we can just collect all the signals the user wants to use (up to 2 in...

An additional wrinkle is that we don't want an abort signal to be set at the model level, you want to set it on a per-request level, otherwise it cancels...

Closing this PR - but we're working on another way of implementing this funcitonality.