Skip to content

update the example to reflect the correct authorized domain - #161

Merged
charlotteliang merged 2 commits into
mainfrom
auth-authorize-domain
Jul 30, 2026
Merged

update the example to reflect the correct authorized domain#161
charlotteliang merged 2 commits into
mainfrom
auth-authorize-domain

Conversation

@charlotteliang

Copy link
Copy Markdown
Member

The example in auth skills confused coding agent how to set authorized domain. The localhost should not be set in the Authorized Redirect.

@charlotteliang
charlotteliang requested a review from joehan July 30, 2026 02:28

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Firebase Authentication configuration example in SKILL.md by adding authorizedDomains and removing authorizedRedirectUris. However, removing authorizedRedirectUris leaves a trailing comma on the supportEmail line, which makes the JSON snippet invalid. This trailing comma should be removed to ensure the example is valid JSON.

"googleSignIn": {
"oAuthBrandDisplayName": "Your Brand Name",
"supportEmail": "support@example.com",
"authorizedRedirectUris": ["https://example.com", "http://localhost"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Removing authorizedRedirectUris leaves a trailing comma on the supportEmail line. Standard JSON does not support trailing commas, which makes this example invalid. Please remove the trailing comma from supportEmail.

@charlotteliang
charlotteliang merged commit d94aaa6 into main Jul 30, 2026
12 of 13 checks passed
@charlotteliang
charlotteliang deleted the auth-authorize-domain branch July 30, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants