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

Delete categories at firebase firestore side #163

Closed harshachaitanya closed 3 years ago

harshachaitanya commented 3 years ago

Describe the bug it's working for creating & update a category at WordPress. But when we delete a category at WordPress it's on delete at firestore side.

Expected behavior The same category has to delete on firestore side as well.

dalenguyen commented 3 years ago

HI @harshachaitanya, it's fixed in v2.11.0.

It doesn't delete the category on firebase when you delete it on WordPress?

harshachaitanya commented 3 years ago

@dalenguyen yes.

harshachaitanya commented 3 years ago

Working in the latest version: 2.11.0. Thanks @dalenguyen