Implementing Two Distinct Firebase Auth Signup Actions with Separate 'Create User Document'

Hi FlutterFlow Community,

I'm facing a challenge in implementing two distinct Firebase authentication signup actions in my app. The first is a standard signup page, primarily for the CEO, and the second is an internal feature allowing the CEO to add new employees with email and password credentials. My issue is with the 'create user document' option in FlutterFlow: when I enable it for the CEO signup page, it also becomes active for the employee add user page, causing both to sync automatically.

I considered disabling the 'create user document' for both actions and creating separate actions for each, but this approach seems to limit my ability to utilize authenticated user parameters(down below), such as displaying specific pages for certain user IDs or hiding widgets based on the signed-in user's status

Is there a way in FlutterFlow to set up these two distinct Firebase auth signup actions, each with its own 'create user document' behavior, while still retaining full functionality of authenticated user parameters? Any guidance or workarounds would be greatly appreciated
.....

4