2

I am responsible for taking over a react-native application as a freelancer from a previous freelancer.

What is the best way to go about doing this?

Once the previous freelancer transfers the ownership of the repo to me, should I then change passwords related to database, API keys etc?

soulsako20
  • 209
  • 3
  • 9

1 Answers1

0

should I then change passwords related to database, API keys etc?

Only if those credentials were part of the repository itself, in which case:

If said credentials were not part of the Git repository, then rotating/refreshing them is orthogonal of any ownership transfer.
It is simply a good practice, but not tied to the repository itself.

VonC
  • 1,129,465
  • 480
  • 4,036
  • 4,755