Hi guys,
Since Parse is going down I am looking for replacement for it. Firebase looks fit for my requirements however I couldn't understand how to secure my data? I read all security and rules section of the documentation couldn't see anything related AppId and ClientKey or something equivalent.
I have perfectly understand how to secure data with rules against unauthorized requests but my point is what if someone register as a user, write a couple of line code and then leech all the data. it is pretty easy since there is no protection.
AppId and ClientKey is not 100% secure but if you obfuscate them well. It is something!
My question is: Can I implement something like id and key?
Thanks in advance.