How do we prevent abuse in case somebody knows the firebase URL in phonegap apps? They might not be able to perform complete operation but they can potentially cause harm or heavy traffic (recurring sign ups, just lots of API calls).
As phonegap apps would no longer be able to use the authenticated domain security in firebase, what is the technique to use?
I've been wondering about this for quite some time and couldn't figure out or find anything that clearly says how it's done.
Thanks!