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
Hi fellas, i am building a dynamic app where i am integrating more than 200 apps that are plug and play. user can install them as needed. i really don't want to create a storage for each of them. so, Is there a way to use ember-local-storage dynamically without creating a storage class? as of current, to get pass this i am using localforage but would rather drop the dependency and use only ember-local-storage which i am already consuming as well.
Example @storageFor('dynamic-name-here')
The text was updated successfully, but these errors were encountered:
Hi fellas, i am building a dynamic app where i am integrating more than 200 apps that are plug and play. user can install them as needed. i really don't want to create a storage for each of them. so, Is there a way to use ember-local-storage dynamically without creating a storage class? as of current, to get pass this i am using
localforage
but would rather drop the dependency and use onlyember-local-storage
which i am already consuming as well.Example
@storageFor('dynamic-name-here')
The text was updated successfully, but these errors were encountered: