Text Field is not saving the value in the DB

Database & APIs
Resolved

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

What have you tried so far?
  • I compared this project with another one I built and found no differences in how the data is being handled.

  • I ran the app in both regular and test modes and got the same results.

  • I deleted the "Create Account" action and recreated it from scratch.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
4 replies