This part of the data storage needs this structure in Firebase:
- Users
- "EUseroff@haha.com"
- "name": "Eunice Useroff
- "spouse": "TUseroff@haha.com"
- "TUseroff@haha.com"
- "name": "Turin Useroff"
- "spouse": "EUseroff@haha.com"
- "EUseroff@haha.com"
The spouse is not mandatory. I added it for fun.
Notice the indentation, where tag/value pairs hang off unique keys.