Maximum Assetss

I was implementing some sounds in my Thunkable X Project when suddenly a pop-up which said that there isn’t any more space in your project.
How do i get more storage?
(Yes i know Thunkable X has up-to 50MB)

Remote store your assets and download on first application open.

1 Like

Hi @Westorin,

To expand on what Cian is suggesting, something like the MediaDB would be ideal for this.

I’ve chosen to use Firebase where they have online Storage. I just implement the song that i’m using to the storage server and use the link!

Nice