I need your help, SOF. I want to migrate users from Firebase to a PostgreSQL database, but my issue is with the hashed passwords stored by Firebase.
How can I verify if a plain-text password matches a hash provided by Firebase? I can't figure it out :/
Thank you in advance.
I try some PHP and github function