google-docs-add-on
google-docs-add-on copied to clipboard
Increase number of sites allowed
Right now we are storing all site data as a JSON user property SITES. As we have started persisting more data about sites (specifically post types) we are starting to run into the limits for individual keys.
To allow for more sites, the persistence layer needs to be refactored to separate each site into its own property.