Hello, I have severals tables/collections in Firebase, example one table user and a other table ranking. I would like get two data in a page of my application.
1 data in collection user and a other data in collection ranking, so in two collections.
But currently, I can only recover the data of one table with Query Collection, I can add several Collections...