Describe the bug
The profile UI cards that appear when tapping a pin on the map will crash when there are no interests for the opened profile.
To Reproduce
Steps to reproduce the behavior:
Create new user in Firebase with no interests, copy a location from another user so it shows up on the map
Login to app, click the new user's pin
Expected behavior
Should show the expected UI for that profile
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Device: S8
OS: Android
Additional context
UI just needs to handle the possibility of an empty or null list of interests. Can't remember if it's crashing at first read from Firebase (snapshot.data level) or when the list is actually used.
Describe the bug The profile UI cards that appear when tapping a pin on the map will crash when there are no interests for the opened profile.
To Reproduce Steps to reproduce the behavior:
Expected behavior Should show the expected UI for that profile
Screenshots If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context UI just needs to handle the possibility of an empty or null list of interests. Can't remember if it's crashing at first read from Firebase (snapshot.data level) or when the list is actually used.