-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Anonymous Auth is enabled and successfully signs users in — I can see a new UID generated and the isUserLoggedIn variable is set to true in the FlutterFlow debug panel. Email Sign-In is enabled. I have confirmed that [email protected] is authenticated and all permissions are correct. Firestore rules are correctly written and deployed. And the Firebase Schema Validation passed successfully. However, no matter how I attempt to create the user document (using the "create user document" toggle in Auth actions or a manual Create Document action using the UID), no document is created in the users collection. The action flow stops immediately after authentication, with no error shown. The new user appears in Firebase Authentication, but Firestore shows no corresponding document.
Expected Behavior
After authentication, a document should be created in the users collection using the UID as the document ID, either automatically via the toggle or manually via the Create Document action. The action flow should continue as expected.
Steps to Reproduce
- Connect to Firebase
- Enable anonymous Auth
- Create a users collection
- Under "Firestore Settings", enable Users Collection
- Deploy Firestore Rules
- Create a simple sign-in page with a single button
- For that button's action, add a "Auth Login" or "Auth Create Account" action followed by any other action (i.e. show snackbar, play sound, or navigate to different page)
- In this action: Select anonymous for Auth provider, toggle "Create user document" ON, and select "users" for the collection
- Run a test & push the button
- Observe that a uid is created but no document is created in the users collection. Observe that the action flow is stopped.
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT4whcn135NPvuZE17r+au9ViicWMjshaIE/mMFTZCs9f5CvOpYUec/6PhNtTcCoYFZle02Mp14E+dLviPH9FfYFAzCdY75DzJdQVQ7zVlunM7mTF7iKRHwnP55NFUi10Z+JsRFSItVtWXMu2U+lOOSiTgXZNoT4PlQ4Sq/LZO4=
Visual documentation



Environment
- FlutterFlow version: v6.1.15 (released July 25, 2025)
- Platform: Web
- Browser name and version: Microsoft Edge Version 138.0.3351.95
Additional Information
Without the ability to log users in and collect usage data I can't really do much at all ...