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
110 stars 31 forks source link

Custom Meta Data Support #80

Closed oalexdoda closed 4 years ago

oalexdoda commented 4 years ago

I noticed that the plugin doesn't sync custom meta to Firebase, which would be extremely useful. Any chance to make that happen @dalenguyen ? There's a plugin called Post Meta Inspector which has some functions that may help get that meta from the database.

dalenguyen commented 4 years ago

Thanks @altechzilla, I will take a look at this at the weekend.

dalenguyen commented 4 years ago

Hi @altechzilla, are you using Advanced Custom Fields to create custom meta?

oalexdoda commented 4 years ago

Using jetEngine, but I think it should support custom meta regardless of the plugin used.

dalenguyen commented 4 years ago

Added in v1.6.0. Custom fields will be under custom_fields.

image