Firebase : Unable to add new app (Error status : RESOURCE_EXHAUSTED) -
i have firebase project 24 apps (android , ios) push notification. tried add new ios app push notifications. shows error. inspecting browser , network section response message.
{ "error": { "code": 429, "message": "com.google.apps.framework.request.canonicalcodeexception: reached limit on number of clients in project. code: resource_exhausted\ncom.google.net.rpc3.rpcexception: \u003ceye3 title='/clientauthconfig.createclient, resource_exhausted'/\u003e application_error;google.identity.clientauthconfig.v1/clientauthconfig.createclient;com.google.apps.framework.request.canonicalcodeexception: reached limit on number of clients in project. code: resource_exhausted;apperrorcode=8;starttimems=1502806165337;tcp;deadline(sec)=14.993;resformat=uncompressed;originator=traffic-prod;tag=\u0002cidc\u00032;servertimesec=0.08908416;logbytes=256;non-failfast;effseclevel=privacy_and_integrity;delegatedrole=mobilesdk-devrel-frontend;reqformat=uncompressed;reqid=87cb8bb02f3e3577;globalid=d91b66b01c039b56;server=[2002:a17:902:44c::]:9875", "status": "resource_exhausted", "details": [ { "@type": "type.googleapis.com/google.internal.firebase.v1.errorcode" } ] } }
what that..?
actually, error message quite clear:
reached limit on number of clients in project
according this statement, exact number of free projects can create measured reputation , starts number around 20.
you can either switch paid plan or delete of existing projects create new ones.
Comments
Post a Comment