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

Shortcode Be able to bring a display or a image #53

Closed mcollinar closed 4 years ago

mcollinar commented 4 years ago

Is your feature request related to a problem? Please describe. Actually, is not possible to bring just a image. for example this shortcode: [firestore class='circle' collection_name='Users' document_name='hHmTfzqCcgTbMChH2K2dF8AoYES2' images='foto'] will give me all the data that I have in the collection.

Describe the solution you'd like Conect de ShortCode just with a image, without Data (display); [firestore class='circle' collection_name='Users' document_name='hHmTfzqCcgTbMChH2K2dF8AoYES2' images='foto']

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