Skip to content

Firebase Auth: Missing parameter for LinkDomain when sending passwordless login #457

@jacksonisiah

Description

@jacksonisiah

Describe your environment

  • Operating System version: macOS Sequoia 15.3
  • Firebase SDK version: 3.1.0
  • Firebase Product: Auth
  • .NET version: 9.0

Describe the problem

The .NET sdk is missing the ability to specify a link domain for sending passwordless login emails, and doesn't mark DynamicLinkDomain as obsolete.

Node.js: ActionCodeSettings.LinkDomain

Relevant Code:

ActionCodeSettings action = new()
{
    Url = $"mygenerictest/callback", 
     HandleCodeInApp = true,
     // LinkDomain = "notfirebase.catfile.me"
};

await FirebaseAuth.DefaultInstance.GenerateSignInWithEmailLinkAsync(
                    "notarealemail@catfile.me", action);

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions