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
  • 231
  • 3
  • 10

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,262,500
  • 529
  • 4,410
  • 5,250