🗃️Options for storing User Data in Savvy
When to avoid storing Keys in Database?
When we collect a huge amount of Data, and we don't need it
When we use Computed Fields to display text or information
When we handle personal or health information, according to the HIPPA compliance.
How to avoid storing Keys in Database?
Each component of the flow (including Computed Fields) has storage options.

Save to Local Storage + Firebase
Save to Local Storage
Don´t save
When saving to Local Storage + Firebase?
When we have data that we need to save in order to ....
When saving to Local Storage?
When we have data that we will probably need again in the future, in order to avoid refetching.
Last updated
Was this helpful?