Open aayushxrj opened 1 year ago
hash the passwords before storing on the firebase-database
Also, I suggest to store you api_keys and stuff from firebase config in .env file or some config file and gitignore it.
@Deveesh-Shetty Thanks for the help. I will try to implement the hashing library and also store the firebase config in a .json file.
No probs :)
....and also put that file in .gitignore
You can use hashing library like bcryptjs to hash password
Also, I suggest to store you api_keys and stuff from firebase config in .env file or some config file and gitignore it.