Hi everyone,
I'm new to FlutterFlow and I'm facing an issue where one field isn't saving its value in Firebase. The strange thing is, I created a similar page in another project a few days ago that works perfectly, but in this new project, the same functionality isn't working. Any advice or insights would be appreciated!
Context
I have a signup page with four fields. The issue I'm encountering is that the "Display Name" field is not saving the information.
The field is called "Displayname" and has no Actions or Backend Queries
Here's the configuration for the "Create Account" button. As shown, I have a single action set up to create the user account, which should be saved in the "users" collection.
This is my "users" collection
and this is an example of a record that is not saving the "Display Name" value