firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

FirebaseAuthError: There is no user record corresponding to the provided identifier. It was working in Node 18.12 but not working in 20.11.0

Open brijeshkothari6492 opened this issue 1 year ago • 0 comments

[READ] Step 1: Are you in the right place?

  • For issues related to the code in this repository file a Github issue.
  • If the issue pertains to Cloud Firestore, read the instructions in the "Firestore issue" template.
  • For general technical questions, post a question on StackOverflow with the firebase tag.
  • For general Firebase discussion, use the firebase-talk google group.
  • For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized Firebase support channel.

[REQUIRED] Step 2: Describe your environment

  • Operating System version: Windows 10_____
  • Firebase SDK version: 13.1.0_____
  • Firebase Product: auth_____ (auth, database, storage, etc)
  • Node.js version: 20.11.0_____
  • NPM version: _____

[REQUIRED] Step 3: Describe the problem

FirebaseAuthError: There is no user record corresponding to the provided identifier. It was working in Node 18.12 but not working in 20.11.0 I have double checked its working fine on 18.12.1 simply without any change but its breaking with error on 20.11.0

There is no user record corresponding to the provided identifier.

Steps to reproduce:

What happened? How can we make the problem occur? This could be a description, log/console output, etc.

image

Relevant Code:

image image
// TODO(you): code here to reproduce the problem

brijeshkothari6492 avatar Feb 05 '24 15:02 brijeshkothari6492