如何在 google 控制台中启用 google 服务

how to enable google service in google console

我启用了这个 api 但我的 ionic 应用程序出现了这个错误

**https://www.googleapis.com/identitytoolkit/v3/relyingparty/signupNewUser?key=AIzaSyAU1ymBJwG6sscjWS0Po4bP_yw4YQa-2SY 400 Bad Request**

请告诉我哪里出了问题。

根据您的错误消息,问题可能如下:

auth/operation-not-allowed

Thrown if the type of account corresponding to the credential is not enabled. Enable the account type in the Firebase Console, under the Auth tab.

例如,如果您使用 signInAnonymously(),您还必须在您的 firebase 控制台中启用匿名身份验证。因此,请检查您的 firebase 控制台配置。