I have made an avatar customizer in Rive and it works great. However, I have no idea how to save the selections an user make. I know how to save from Flutterflow to Firebase, but how do I get the data from Rive to Flutterflow?
In my example, I have different haircuts, noses, mouths, eyes etc that the user can choose between. I was thinking to save a string "hair 1, mouth 3..." based on their selection. But I have no idea how.
Also, apparently (according to chatGpt) in the Rive animation action there's supposed to be a property to "Set Input Value" which I can use to set the values and show the avatar from the saved inputs, but that option isn't there for me.
I'm not sure how others do it and I can barely find anything online anywhere about RIve integration with Flutterflow