Pre-auth Avatar Storage : How To?

Actions & Logic

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:

  1. Allow users to customize their avatar without having an account

  2. Save this customization temporarily

  3. 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!

What have you tried so far?

Nothing yet

Did you check FlutterFlow's Documentation for this topic?
No
1
2 replies