Umar Hussain

Results 15 comments of Umar Hussain

I have tried after removing the passwordResetLink call but the issue is still present. The calls are optimized now but still the error is present specifically on these calls. On...

This is the scenario that my function will be executing in parallel, which I have simulated with `Promise.all` in my code. I'm able to create users and write their custom...

Ok. I will contact the firebase support with my issue. Thanks.

There is a limit to the operation `auth.generateEmailLink` which is **20 QPS(queires per second)/ i.p address.** The limit can be increased by presenting the use case to firebase for approval....

Hello, I want to have the option of having icon on either side, by using some attribute or using code. For my use I only needed icon on right side,...

Response is marking the emails as disposable by sending `disposable: true`. ``` { "email": "[email protected]", "did_you_mean": "[email protected]", "user": "sadads", "domain": "yk20.com", "format_valid": true, "mx_found": true, "smtp_check": true, "catch_all": null, "role":...

Hi @joewitt @exceptionfactory, I have reverted the changes of making class level variables based on processor properties. Also, the branch is rebased on latest changes from main

@exceptionfactory @joewitt I have added one more change, which will allow users to set amqp processor's password via env variables. I think this will be helpful in cases where we...

Thanks for the explanation, @exceptionfactory. I will revert the change here then.

Reverted the AbstractAMQPProcessor change to support expression language in password field.