Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package and load assets from application package instead of firebase #1713

Open
evshi opened this issue Nov 1, 2024 · 1 comment
Open

Package and load assets from application package instead of firebase #1713

evshi opened this issue Nov 1, 2024 · 1 comment
Assignees

Comments

@evshi
Copy link
Collaborator

evshi commented 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

@github-project-automation github-project-automation bot moved this to 📋 Backlog in Studio backlog Nov 1, 2024
@evshi evshi changed the title Cache assets Package and load assets from application instead of firebase Nov 1, 2024
@evshi 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
@evshi
Copy link
Collaborator Author

evshi commented Nov 1, 2024

cc: @kmahmood74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants