How to encrypt user data in Firebase
问题 I am using the email/password sign in method for Firebase. I would like to encrypt the data users save into the realtime database before sending it to the database. Firebase already handle the user password, but can I somehow use it to encrypt data which can't be decrypted by me only the client? It would be nice if I could achieve it with the client sdk. So my flow would be something like this: User sign in with it's credentials (which is handled by firebase itself) User encrypt some data