NuxtN
Nuxt2y ago
3 replies
Neamix

Firebase 503

I am trying to send otp via nuxt using firebase but i am getting this error on using non test phone number

{
  "error": {
    "code": 503,
    "message": "Error code: 39",
    "errors": [
      {
        "message": "Error code: 39",
        "domain": "global",
        "reason": "backendError"
      }
    ]
  }
}


i tried to upgrade to billing plan but still not wokring
Was this page helpful?