Question by
Malavia · Oct 16, 2020 at 04:00 PM ·
asynchronous
How can I call multiplicates calls at Firebase ?
For my leaderboard, I need a few data. I used the awnser of TsvetanTsankov https://answers.unity.com/questions/1536913/how-can-i-check-if-async-function-is-finished.html
And I did 6 requests that work independently. (best score, best weekly score, best score of player, rank, etc...) But when I ask to display everything at the same time, Firebase can't manage to send me everything.
To solve my problem, I don't find out, but I think of making a single file gathering the Tasks, maybe use Task.WaitAll. I don't know how.
Comment