firebase / firebase/firebase-admin-node

generateSignInWithEmailLink is still dependant on Dynamic Links

Aperta
#2,931 2 commenti 4 reazioni 2 assegnatari Rivendicata da @pashanka Vedi su GitHub
api: auth
Lingua principale
TypeScript
Stelle
1.7k
Fork
419
Merge medio
3g 10h
PR unite (30g)
16

Descrizione

### [REQUIRED] Step 2: Describe your environment

* Operating System version: N/A
* Firebase SDK version: 13.4.0
* Firebase Product: auth
* Node.js version: N/A
* NPM version: N/A

### [REQUIRED] Step 3: Describe the problem

In the latest Admin SDK (13.4.0) version `generateSignInWithEmailLink` appears to still be dependant on Dynamic Links and `actionCodeSettings.linkDomain` doesn't seem to be doing anything.

When I use the method in a Firebase project with Dynamic Links set up, the generated link follows the `https://.page.link?...` format.

And when I try and use in in a project with Dynamic Links not set up, I get the following error:
```
FirebaseAuthError: FDL domain is not configured Raw server response: "{"error":{"code":400,"message":"DYNAMIC_LINK_NOT_ACTIVATED : FDL domain is not configured","errors":[{"message":"DYNAMIC_LINK_NOT_ACTIVATED : FDL domain is not configured","domain":"global","reason":"invalid"}]}}"
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.