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
Context: A multi tenant application where a single code base is used to create multiple branded customer apps.
We want to use live updates and create a single update which can be applied for all our customers. We have some json configuration files which are tenant specific and need to be present before the app can properly booth.
Right now when a live update is applied it nukes the public dir and replace it, this way we lose our tenant specific json configuration files.
Platform(s)
ios
android
Preferred Solution
Possible solutions:
Be able to exclude files from being overwritten
Be able to copy over files from a native bundle after applying the update
Alternatives
Our current solution would be to use @capacitor/preferences or we write our own native plugin which reads information from capacitor configuration file.
Feature Request
Description
Context: A multi tenant application where a single code base is used to create multiple branded customer apps.
We want to use live updates and create a single update which can be applied for all our customers. We have some json configuration files which are tenant specific and need to be present before the app can properly booth.
Right now when a live update is applied it nukes the public dir and replace it, this way we lose our tenant specific json configuration files.
Platform(s)
Preferred Solution
Possible solutions:
Alternatives
Our current solution would be to use
@capacitor/preferences
or we write our own native plugin which reads information from capacitor configuration file.Additional Context
https://discord.com/channels/912707985829163099/1333794658039365682
The text was updated successfully, but these errors were encountered: