I have converted a test_priv.ppk file to a test_priv.pem file using below: Start PuTTYgen. For Actions, choose Load, and then navigate to your .ppk file. Choose the .ppk file, and then choose Open. From the menu at the top of the PuTTY Key Generator, choose Conversions, Export OpenSSH Key. Note: If you didn’t enter a passphrase, you receive a PuTTYgen
Tag: firebase-authentication
How to handle sign up a user error while using Firebase REST API
I’ve been trying to sign up a user using Firebase Rest API using Node & Axios HTTP library. I’m able to create a new user with email and password. But when email already exists in the database or password is less than 6 characters, it doesn’t show the proper errors. It just returns Request failed with status code 400 Here
Unable to get the user form kreait/firebase-php using $auth->getUser($uid);
I have my PHP code which looks like, With the help of the above code, I am able to get the UID of the user but the output for the print_r($user) looks like, How can I get print the $user in this format? I need to get the email Id and other details of the user from using the function