firebase / snippets-android

Android snippets for firebase.google.com
Apache License 2.0
769 stars 403 forks source link

refactor(rtdb): update comment about default values nullability #428

Open thatfiredev opened 1 year ago

thatfiredev commented 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.