covid19india/econsult-prescribe

Make email case insensitive

pbteja1998 opened this issue · 0 comments

Right now, if the email of doctor is case sensitive. ("foo@Bar.com" is not same as "Foo@bar.com")

Make it case insensitive (Convert the email to lowercase before comparing emails - You can also convert the airtable field to lowercase while using filterByFormula)

Relevant File - functions/index