Skip to content

Instantly share code, notes, and snippets.

@antonkrasov
Created May 9, 2022 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonkrasov/1e1974a95de39721c7df413943a07151 to your computer and use it in GitHub Desktop.
Save antonkrasov/1e1974a95de39721c7df413943a07151 to your computer and use it in GitHub Desktop.
curl --location --request POST '<https://identitytoolkit.googleapis.com/v1/accounts:signUp?key=AIzaSyAHV1eUu8EqCSUeycofXqfL******>' \\
--header 'Content-Type: application/json' \\
--data-raw '{
"email": "anton.krasov@gmail.com",
"password": "******",
"returnSecureToken": true
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment