You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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).
The text was updated successfully, but these errors were encountered: