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

Missing Fields on Subscription Document!! #204

Open malachi-padilla opened 1 year ago

malachi-padilla commented 1 year ago

Subscription Items & Line Items not syncing to firestore When a subscription is placed in WooCommercr it pushes that data to firestore. Now, all the data is coming over except the "items" & "line items" fields. These are the only fields linking a subscription to a product. Very important! There is a workaround by using the parentID for the order and getting all the info that way, but it would be nice to have that data already in the subscription document.

To Reproduce Steps to reproduce the behavior:

  1. Create a subscription product in Woo
  2. Purchase subscription
  3. Notice missing fields

Expected behavior We expected to see those fields populated, with information about which products a user subscribes to.

The version of the plugin. E.g PRO (v3.25.0)

dalenguyen commented 1 year ago

Hi @malachi-padilla, do you know which version of the WooComerce extension you're using?