How to Save date of Sign Up of user specific to a user in Firebase and display it?

You’re creating an object with a null value for the “date” field. You can’t store null values in Firebase so you need to give it a value such as “” (an empty string).