Hi FlutterFlow community,
I'm developing an app where users can customize their avatar before creating an account. I need to understand if this feature is technically possible in FlutterFlow and how to implement it.
Specifically, I want to:
Allow users to customize their avatar without having an account
Save this customization temporarily
Associate the saved avatar with their account when they decide to sign up later
Technical questions:
Is it possible to store these temporary preferences using Local State?
Can we migrate this data to a user profile after authentication?
What would be the best approach to implement this in FlutterFlow?
Current project setup:
Using Firebase Authentication
Firebase Storage for user data
Has anyone implemented something similar? Any guidance would be greatly appreciated.
Thank you!