Hello,
When I use âhard coded string valueâ query was matched. But same value with âstring variableâ query was not match. When i preview my string variable in debug mode, it looks single quote was inserted around the string variable.
works ----> query.equalTo(âfromWalletâ, â0x434464575765868677980780780078089Ba3c5â);
doesnât work ----> query.equalTo(âtoWalletâ, to); // to equals 0x434464575765868677980780780078089Ba3c5
How can i handle this issue.
Thank you in advance