Hello,
I am a new user. I have successfully connected my Firebase project. I have also enabled Authentication and created a usuarios collection in Firestore with a field called perfil.
In my Login button Action Flow, I am trying to create a Conditional action based on the user's perfil.
However, when I set the condition source to Authenticated User, the option User Record (Reference) does not appear. I only see Email, User ID, etc.
I have already:
Added [email protected] as an Editor.
Deployed Firestore rules.
Enabled Email/Password sign-in in Firebase.
How can I get FlutterFlow to recognize my usuarios collection so I can access its fields in my actions?
Thank you.