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
Ensemble fetches all artifacts for an app from firebase. However, assets like fonts can be packaged with the app to avoid refetching and improve performance. We should be able to fetch remote artifacts and read assets from the local app package.
Technical notes:
We will be adding a manifest for studio to map artifacts and local file names. This may be leveraged to read local app assets as well.
Build process will need to put the assets into the right place and update manifest where to find them
The text was updated successfully, but these errors were encountered:
evshi
changed the title
Cache assets
Package and load assets from application instead of firebase
Nov 1, 2024
evshi
changed the title
Package and load assets from application instead of firebase
Package and load assets from application package instead of firebase
Nov 1, 2024
Ensemble fetches all artifacts for an app from firebase. However, assets like fonts can be packaged with the app to avoid refetching and improve performance. We should be able to fetch remote artifacts and read assets from the local app package.
Technical notes:
We will be adding a manifest for studio to map artifacts and local file names. This may be leveraged to read local app assets as well.
Build process will need to put the assets into the right place and update manifest where to find them
The text was updated successfully, but these errors were encountered: