Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ethernal] Firebase: Exceeded quota for verifying passwords. (auth/quota-exceeded). #38

Open
Jhoscy opened this issue Oct 18, 2022 · 1 comment

Comments

@Jhoscy
Copy link

Jhoscy commented Oct 18, 2022

Hi, I don't know why (and maybe it's not a big problem), after running tests in hardhat (npx hardhat test) Ethernal prints a lot of verboose saying "[Ethernal] Firebase: Exceeded quota for verifying passwords. [(auth/quota-exceeded)."]

Firebase

Is there some way to disable all this logs or it's because something is happening ?
For what I've found seems to be a "protection" when a lot of "try for inserting password" are made. But as you could expect, I'm not trying to set the password all this time (one time per day).

@antoinedc
Copy link
Member

Thank for reporting it, I'm going to look into this. In the meantime, assuming you don't need Ethernal in your tests, I suggest that you use the disabled flag in the config and set it to something like process.env.NODE_ENV != 'test', so the plugin won't even run, which is probably better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants