I am trying to use RevenueCat for selling consumable products on my ReactNative mobile app. To start with, I configured a product in my revenuecat account, connected it with a in app product on Google Play. In revenuecat, I can see the two are connected properly. I do not have any offerings or entitlements, because these consumable products are open for all users.
However, in my code, when I query
Purchases.getProducts(["productId"])
get an empty array. Struggling for two days, not able to guess what could be the issue? Can you please help?