| .setPasswordSalt("salt".getBytes()) | ||
| .setEmailVerified(true) | ||
| .setPasswordSalt(Base64.getDecoder().decode("VERvRWRsRklaVERQckJzUg")) // Provide the password salt only | ||
| .setPasswordHash(Base64.getDecoder().decode("dYpfJgmRyTZefxRiToYFpO+4PyaHPsHIKz5VI/FE06w")) // Provide the password key only |
There was a problem hiding this comment.
Hi @oeribo,
Thank you very much for contributing.
Sorry, something went wrong.
| .setPasswordHash("password-hash".getBytes()) | ||
| .setPasswordSalt("salt".getBytes()) | ||
| .setEmailVerified(true) | ||
| .setPasswordSalt(Base64.getDecoder().decode("VERvRWRsRklaVERQckJzUg")) // Provide the password salt only |
There was a problem hiding this comment.
Since this is just a snippet, could you please revert this string back to the the descriptive version ("password-hash" or "salt"), since it makes it clearer to the developer where this input comes from, and matches other examples.
Sorry, something went wrong.
Hey there! So you want to contribute to a Firebase SDK?
Before you file this pull request, please read these guidelines:
Discussion
If not, go file an issue about this before creating a pull request to discuss.
Testing
API Changes
us make Firebase APIs better, please propose your change in an issue so that we
can discuss it together.