I did the base64 utf-8 encoding of the email. Because it is a database key. However, the following problems arise. I need help.
setValue at /user/aW1hZ2VfNTk1NkBuYXZlci5jb20= failed: DatabaseError: Invalid token in path
databaseReference.child("user").child(util.getBase64encode(email)).setValue(userModel)
help me...