You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wix app collections should be able to sync to the MongoDB collections easily, this can be done by exporting functions into backend files like data.js and events.js.
The text was updated successfully, but these errors were encountered:
After Wix Forum we will also create sync functions for these apps:
Wix Bookings
Wix Media
Wix Events
Wix Forms
On top of regular sync we will also provide extra functions to even create collections that doesn't exist in Wix normally. For example for Wix Pricing plans we only have plans collection but we don't have orders collection. For useful scenarios we will also provide functions to sync data like in the previous example.
Wix app collections should be able to sync to the MongoDB collections easily, this can be done by exporting functions into backend files like
data.js
andevents.js
.The text was updated successfully, but these errors were encountered: