I'm using back4app as my back-end for my android application. My concern is that I don't see how I can stop hackers from spamming user creation in my database.
Since the client key and app ID is shipped with the app itself, anyone can use it and keep creating fake users.
Also if I disable user creation from application, there's no way for my actual users to sign up. I hope I was able to explain my situation properly.
How can I guard my application against this unintended usage?