If I add the account profile creation flow that is pre-made in flutterflow, the edit profile page body uses an edit profile component.
I want to have the text dynamically update based on the authenticated user, but it won't let me. Does anyone know how to fix this?
Page View
Component View
It is hooked up here but for some reason when I use Google auth to log in, the name doesn't show. The other issue I have is I want the title and bio to be an authenticated user variable, but I'm unable to create a new one.