dalenguyen / firebase-wordpress-plugin

A plugin that helps to integrate Firebase to WordPress
https://firebase-wordpress-docs.readthedocs.io
GNU General Public License v2.0
111 stars 31 forks source link

Show a information of two collection in one search. #90

Closed mcollinar closed 3 years ago

mcollinar commented 4 years ago

Hello,

I would like to request a feature. I would like to show data from one collection and from there, search for information in another collection.

For example: I have a Products collection, there is a data called Uid, which shows the user who created this product. I would like that instead of showing the UID, it would show the Username. This name is in a collection that has the UID, called Users

dalenguyen commented 3 years ago

At this moment, this can only be achieved with the custom script.

https://firebase-wordpress-docs.readthedocs.io/en/latest/developer/add-custom-scripts.html