No Action Outputs for Error Handling in Auth - Create Account (with Firestore Document Creation

Actions & Logic

I've added the 'Auth - Create Account' action to my signup button and have selected the option within it to automatically 'Create a document' in Firebase. My question is: Why are there no Action Outputs available from the 'Auth - Create Account' action that would allow me to access and handle error messages returned by Firebase (e.g., invalid email, weak password, etc.)?

I need to display these error messages to the user, ideally in a pop-up or Snackbar, but I can't find any outputs to capture these Firebase authentication errors.

Has anyone else encountered this, or am I missing something fundamental about how error handling works with the built-in Firestore document creation in the 'Auth - Create Account' action? Any insights or workarounds would be greatly appreciated

What have you tried so far?

Auth Create Account Access - Create Document , Firebase authentication, Action outputs

Did you check FlutterFlow's Documentation for this topic?
Yes
3