This is a child page for display dynamic data from a list of documents. It doesn’t work by itself.
You have to put the shortcode below to this page, and the content will be generated when the user clicks on a link from the parent page.
// Data is generated from https://wordpress.dalenguyen.me/display-firestore-collection-data/
// document_name will be replace by the docId from query params
// E.g. https://wordpress.dalenguyen.me/dynamic-display-firestore-data-from-table/?docId=55fe5130-7a64-11ea-98e5-b9eb62c4e611
[firestore class='your-class-name' collection_name='users' document_name='from-queries' display_fields='email,firstName,gender']
If you want to display documentId value, you can add id
to the display_fields.