Christina Holland

Results 209 comments of Christina Holland

Let's focus this issue on documentation improvements on how to deal with different errors from the model. We'll use this issue for improvements to how the SDK handles errors: https://github.com/google-gemini/generative-ai-js/issues/82...

Was released in https://github.com/google-gemini/generative-ai-js/releases/tag/%40google%2Fgenerative-ai%400.16.0 See PR https://github.com/google-gemini/generative-ai-js/pull/144 for details.

This does seem like a serious issue - unfortunately it's beyond the ability of us to fix in the SDK. We're asking anyone to bring issues with the service or...

Looked into this and seems the backend is case-insensitive on enum fields. We should be able to change the enum values to lowercase. But I think this means that for...

I think the discussion forum would probably be the best place for this question: https://discuss.ai.google.dev/ - you'll be able to get answers from a much wider pool of Gemini users...

Just to make sure I'm understanding, it seems like the Cloudflare worker has a location of Hong Kong, which is not supported. I'm not sure if you were asking if...

Can you provide more details about your use case and why you need to run this code inside `beforeAuthStateChanged` instead of in `onAuthStateChanged`? I also wouldn't recommend awaiting `onAuthStateReady()` inside...

This problem is often caused by a messy npm install, or some other build config issue that causes your app to import "app" and "messaging" from two separate namespaces. In...

I did a little investigating and it seems like this is specifically a problem with `browserLocalPersistence`. If you use `browserSessionPersistence` or `indexedDBLocalPersistence` it works as expected (original tab does not...

> Generally speaking all NodeJS dependencies like "os" "fs" "crypto" etc etc... At a quick glance I don't think I can find auth code using any of those Node APIs....