FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Error emulating the method generateEmailVerificationLink (auth emulator) - The provided ID token is not a valid Firebase ID token. · Issue #2880 · firebase/firebase-tools · GitHub

Error emulating the method generateEmailVerificationLink (auth emulator) - The provided ID token is not a valid Firebase ID token. #2880

Description

[REQUIRED] Environment info

firebase-tools: 8.16.2

Platform: macOS Big Sur 11.0.1, Node.js 12.19.0

[REQUIRED] Test case

Error emulating the method generateEmailVerificationLink:
FirebaseAuthError: There is no user record corresponding to the provided identifier.

[REQUIRED] Steps to reproduce

  • Create User: admin.auth().createUser({email: 'test@test.com'});
  • Generate email verificaation link: admin.auth().generateEmailVerificationLink("test@test.com");

[REQUIRED] Expected behavior

Resolve string (url)

[REQUIRED] Actual behavior

Reject with error: FirebaseAuthError: The provided ID token is not a valid Firebase ID token.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL