firebase / extensions

Source code for official Firebase extensions
https://firebase.google.com/products/extensions
Apache License 2.0
893 stars 383 forks source link

🐛 [DELETE USER DATA] Data not deleted in all Firestore databases #2166

Open lukaszciastko opened 2 months ago

lukaszciastko commented 2 months ago

I configured Delete User Data to delete all user data from Firestore using path {UID}.

This works for the default database, but data isn't deleted in other databases.

The Firebase chat is suggesting I install the extension multiple times, but when I do that, I don't see any settng to choose the database.

You could install a separate instance of the Delete User Data extension for each database, configuring each instance to target the specific database and relevant paths.

Where can I find this setting?