Jump to content
xorpas

issue with firebase send verification code

Recommended Posts

hey 

i have an issue with firebase send verification code   

 

format('https://www.googleapis.com/identitytoolkit/v3/relyingparty/sendVerificationCode?key=%s',[FIREBASE_API_KEY])

 the respense  is 

{
  "error": {
    "code": 400,
    "message": "MISSING_CLIENT_IDENTIFIER",
    "errors": [
      {
        "message": "MISSING_CLIENT_IDENTIFIER",
        "domain": "global",
        "reason": "invalid"
      }
    ]
  }
}
i can not found CLIENT_IDENTIFIER in firebase project setting

 

Share this post


Link to post

I resolve it by add code international at first of phone number  but still not work   get this error   

{
  "error": {
    "code": 400,
    "message": "MISSING_REQ_TYPE",
    "errors": [
      {
        "message": "MISSING_REQ_TYPE",
        "domain": "global",
        "reason": "invalid"
      }
    ]
  }
}

Share this post


Link to post

Httpclient. Get(format('https://www.googleapis.com/identitytoolkit/v3/relyingparty/sendVerificationCode?key=%s',[FIREBASE_API_KEY])). Contenentasstring

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×