hardhat-ethernal
hardhat-ethernal copied to clipboard
[Ethernal] Firebase: Exceeded quota for verifying passwords. (auth/quota-exceeded).
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)."]
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).
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