hardhat-ethernal icon indicating copy to clipboard operation
hardhat-ethernal copied to clipboard

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

Open Jhoscy opened this issue 1 year ago • 1 comments

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).

Jhoscy avatar Oct 18 '22 07:10 Jhoscy

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

antoinedc avatar Oct 18 '22 09:10 antoinedc