I build an event registration app which add all the participants in the a real time database.
The Database:
To secure my app I have used the security rules which only allow pushing data to the "participants", I use JSON in order to create the register process.
I want to return some feedback to the client if she/he enter an email that has already been registered.
Can I do it without open a reading option on the "participants"?