Closed
Description
Description
- The user first taps on the floating action button
- Then the user again taps on the logo to display the bottom modal sheet.
- The location gets updated in the profile when the user taps on confirm.
Screenshots
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- Check Database files: lib\services\database_service.dart
- User location file: lib\services\user_location.dart
- Find a way so that user should not tap on the bottom modal sheet to update location in Firebase
- It should automatically get updated when the user firstly taps on the bottom navigation button.
- Can it be achieved using the same API? Or which free API can we use to add location in the user collection in Firebase?
Additional data
- Mapbox API has been used for location retrieval.
- Make sure to follow guidelines in the README
- Send the updated screenshots in the PR if possible.