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

My choice to bring the name of the display #54

Closed mcollinar closed 4 years ago

mcollinar commented 4 years ago

Is your feature request related to a problem? Please describe. Actually when I use the shortcode 100% of the time it bring me "The name of the display" and "Data". for example: [firestore class='circle' collection_name='Users' document_name='hHmTfzqCcgTbMChH2K2dF8AoYES2' display_fields='email'] email: mcollina@gmail.com

[firestore class='circle' collection_name='Users' document_name='hHmTfzqCcgTbMChH2K2dF8AoYES2' display_fields='Name, email'] Name: Marcelo Collina email: mcollina@gmail.com

Describe the solution you'd like

I choose when bring the name of the Data. Example:

[firestore class='circle' collection_name='Users' document_name='hHmTfzqCcgTbMChH2K2dF8AoYES2' display_fields='Name, email'] Marcelo Collina mcollina@gmail.com

[firestore class='circle' collection_name='Users' document_name='hHmTfzqCcgTbMChH2K2dF8AoYES2' display_fields='email'] mcollina@gmail.com

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

dalenguyen commented 4 years ago

Fixed in v0.20.0