This plug-in allows you to sync Wix Members collections into your MongoDB cluster. In this was you can perform your data works with WeivData for Wix Members app data.
You can also perform lookups easily (references/includes) with any other collection you have in your MongoDB.
And there aren't any filtering etc. limit when you use WeivData, you can filter and query data however you want.
Right now you have 6 functions to sync these collections:
Badges (WixMembersBadges)
FullData (WixMembersFullData)
PrivateMembersData (WixMembersPrivateData)
PublicData (WixMembersPublicData)
The database name depends on your choice. You can configure it with config function.
We do not suggest writing to these collections, use these collections to only read data from it.
Functions are designed to work with wix-members.v2 APIs Events. Define events inside the events.js file and point the functions you import from this plugin.
Wix Members Sync Plug-in
This plug-in allows you to sync Wix Members collections into your MongoDB cluster. In this was you can perform your data works with WeivData for Wix Members app data. You can also perform lookups easily (references/includes) with any other collection you have in your MongoDB.
And there aren't any filtering etc. limit when you use WeivData, you can filter and query data however you want.
Right now you have 6 functions to sync these collections:
The database name depends on your choice. You can configure it with config function.
We do not suggest writing to these collections, use these collections to only read data from it.
Functions are designed to work with
wix-members.v2
APIs Events. Define events inside theevents.js
file and point the functions you import from this plugin.Example: