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
I'm interested in using this package for social sharing on my web app, though my hesitation is that this requires specific mongodb keys to pull the correct data when sharing. Would it be possible to have a configuration for mongodb key mapping so that I can keep my current db key names and still use this package? Example is below. Let me know when you can. Thanks! -Chris
Good morning,
I'm interested in using this package for social sharing on my web app, though my hesitation is that this requires specific mongodb keys to pull the correct data when sharing. Would it be possible to have a configuration for mongodb key mapping so that I can keep my current db key names and still use this package? Example is below. Let me know when you can. Thanks! -Chris
e.g.:
ShareIt.configure({
dbMap: {
title: projectTitle,
author: creator,
description: projectDescription
}
});
The text was updated successfully, but these errors were encountered: