08-31-2017 09:11
08-31-2017 09:11
Basically it seems obvious I shouldn't use big libraries and expect it to work, but what about smaller "micro-libraries" and utilities? For example, if I wanted to leverage the 2kb redux library, could I feasibly do that?
On a similar topic, what does MemoryUsage.total return on a "hello world" type application?
Answered! Go to the Best Answer.
10-02-2017 13:20
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
10-02-2017 13:20
Sorry for the delay.
JavaScript apps have about 64kb memory to operate in. The file system is limited to 15mb storage (including the app code) for each application.
I know you already received this information on Discord, but here is is for other users:
JS: 15664/65528
10-02-2017 13:20
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
10-02-2017 13:20
Sorry for the delay.
JavaScript apps have about 64kb memory to operate in. The file system is limited to 15mb storage (including the app code) for each application.
I know you already received this information on Discord, but here is is for other users:
JS: 15664/65528