Hello all,
In the first screenshot you can see a map inside a map called "entitlements" in the users collection in Firestore.
It is in there because I connected RevenueCat and Firebase. The first updates my users entitlements as I go along.
What I cannot do is to access that information in Flutterflow as I fail to be able to add it to my users collection. All I want to do is to only allow an action if the map "entitlements" is not empty.
Thank you for any help!