Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. |
Description
checkActionCodeon iOS always returnsActionCodeInfoOperation.unknownsince Firebase iOS SDK 11.12.0. The upstream SDK'sactionCodeOperation(forRequestType:)was changed from matching"VERIFY_EMAIL"to"verifyEmail", but the REST API still returns SCREAMING_SNAKE_CASE. Since the rawrequestTypeis internal to the SDK and not exposed onFIRActionCodeInfo, we work around this by making a direct REST call to the Identity Toolkit API when the operation comes back as unknown, and mapping both case formats ourselves. The workaround is self-disabling: once the upstream fix lands, the iOS SDK won't return.unknownanymore and the fallback path is never taken.Related Issues
Checklist
///).melos run analyze) does not report any problems on my PR.Breaking Change