Hello, I hope someone could help me solve this error. Iām getting an error whenever I use the query = query.WhereEqualTo("ethAddress", PlayerManager.Instance.walletAddress);
to subscribe on live queries. My code is
Thank you!
Hello, I hope someone could help me solve this error. Iām getting an error whenever I use the query = query.WhereEqualTo("ethAddress", PlayerManager.Instance.walletAddress);
to subscribe on live queries. My code is
Thank you!
Without that filter it works fine?
Yes, that is correct.