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