AbolfaZlRezaEe / NMock

NMock is an application that you can use to mock your trips with fake locations. This application uses Google Map SDK and Neshan API for Map and location information.
22 stars 6 forks source link

Implement account manager for saving user token and firebase token #30

Open AbolfaZlRezaEe opened 2 years ago

AbolfaZlRezaEe commented 2 years ago

What's the problem?

At this time we use Shared-Preferences for saving the user token. but this is not a good tool for saving user tokens. for better security, we should use Account Manager for saving sensitive user data!

For the solution we want to

As you understand, we must implement an account manager for saving user tokens on the phone. and we should manage all things that are related to that. such as logout or deleting accounts etc as well.

Works we should do during this task

AbolfaZlRezaEe commented 2 years ago

this issue is blocked until Auth section is done!

AbolfaZlRezaEe commented 2 years ago

auth section is done now. we can work on this section