The home tab (not the camera one) is still the boilerplate code. We want to display user information, badges, performance metrics, recycling streaks, leaderboards, etc.
Make a GET request to https://ecosort-backend-dev.azurewebsites.net/api/users/me for information about the currently logged-in user. use the following as a reference
The home tab (not the camera one) is still the boilerplate code. We want to display user information, badges, performance metrics, recycling streaks, leaderboards, etc.
Make a GET request to
https://ecosort-backend-dev.azurewebsites.net/api/users/me
for information about the currently logged-in user. use the following as a reference