The data I want to access is "Values" key with JSON values
The data I want to access is "Values" key with JSON values
You can call GetProfile on Azure Function Cloud Script to get the corresponding PlayFabId(MasterPlayerAccountId). If you only need to get public data, you can call GetUserData on the client side with the obtained PlayFabId. If you need to get private data, then you can call server-side GetUserData on Azure Function Cloud Script.
13 People are following this question.
Player Statistic or Title Data daily reset
Creating a Territory War game like like Lord's Mobile or Pokemon Go
Is it possible to get the sum value of a player statistic, eg total number of kills for all players
How to store the daily data in Playfab?
How to distinguish data between development version and live version in PlayFab?