Add a drop down to the profile screen so the user can select which currency it wants to show it's prices in, add just a few like BRL, USD, BTC, EUR.
Add a new field to the profile JSON called currency, just like we added location to set the coordinates. Make sure to also send the event to the backend to write the change to the profile, the call to the backend is the same used for location.
Add a drop down to the profile screen so the user can select which currency it wants to show it's prices in, add just a few like BRL, USD, BTC, EUR.
Add a new field to the profile JSON called currency, just like we added location to set the coordinates. Make sure to also send the event to the backend to write the change to the profile, the call to the backend is the same used for location.