Skip to content

fix(fiam): add check for scene delegates in universal links#16083

Open
daymxn wants to merge 3 commits into
mainfrom
dlr/fiam-deep-link-scene-delegates
Open

fix(fiam): add check for scene delegates in universal links#16083
daymxn wants to merge 3 commits into
mainfrom
dlr/fiam-deep-link-scene-delegates

Conversation

@daymxn
Copy link
Copy Markdown
Member

@daymxn daymxn commented Apr 15, 2026

Per b/502983905,

This fixes an issue where universal links in FIAM would not properly propagate to the app's corresponding delegate, if the developer was using a scene delegate instead of an app delegate.

Now, the code first checks for any scene delegates that can handle the request, and falls back to the application delegate if one wasn't found.

@daymxn daymxn added this to the Firebase 13 milestone Apr 15, 2026
@daymxn daymxn requested a review from ncooke3 April 15, 2026 17:38
@daymxn daymxn self-assigned this Apr 15, 2026
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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.

@danger-firebase-ios danger-firebase-ios Bot added the api: inappmessaging Firebase In App Messaging label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: inappmessaging Firebase In App Messaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant