Open thatfiredev opened 1 year ago
The code comment here incorrectly claims that the default values for data classes used by the Realtime Database must be nullable, which is not true.
This PR should update that comment and also change the email field to not be null so that we can demonstrate that both options are valid.
email
The code comment here incorrectly claims that the default values for data classes used by the Realtime Database must be nullable, which is not true.
This PR should update that comment and also change the
email
field to not be null so that we can demonstrate that both options are valid.