Christina Holland
Christina Holland
Oops, forgot to update this issue but this method was added in April 2023: https://firebase.google.com/support/release-notes/js#version_9210_-_april_27_2023
Thinking out loud for JS SDK team: This is going to be a little tricky. The `FirebaseError` class comes from the util package which is an internal package and therefore...
Which specific `instanceof FirebaseError` checks are failing? Some auth errors? All auth errors? Other products or just auth? Can you make a separate issue for this with examples?
Note: May want to audit other non-Auth packages that use indexedDB to make sure they close the indexedDB connection in their delete method.
Going through old issues and closing the ones that seem obsolete. This one seems like it might still be an active bug as we still do use xhr in Storage...
The complicating factor with `fetch` is that it does not support upload progress, which is currently a feature of the Storage SDK. We do have a Node bundle for Storage...
So the use of `mime.lookup` here was a little confusing as it refers to another library I wasn't familiar with. I think what you're trying to request is that our...
Unfortunately this would be beyond a simple SDK fix and would require a change to the Gemini API. If we provided this functionality in the SDK, we'd be doing the...
Also, can everyone use the "thumbs up" emote on the first post to indicate "+1" on interest? It will be a handy way for us to see the total interest...
You're right, we overlooked this in the documentation. I assume this is for `generateContent` (it's covered up by the tooltip in the screenshot). It must have been mixed up with...