I'm programming an app similar to Pinterest and I'm currently using ionic and firebase, but I do not know if it's a good idea to continue using them, since firebase presents some limitations such as not being able to get a Random get from a list of data or the possibility of making complex filters, and I'm really missing a lot of time in very simple functionalities that should come out fast.
1-Somebody could explain to me how to do a Random get from a data list with Realtime database.
2-You could give me an example of how to make complex filters to get very specific data.