I have an video streaming android app. Firebase project contains videos links and meta. I have implemented authentication and firebase database rules so that only authenticated users can access those videos.
Still someone is able to access the links and downloading videos to upload on youtube.
So my question is how to completely stop users from accessing my json outside the app. I have limited the read operation only to authenticated users.
Is it possible for anyone to signup to my project using command line and then accessing the data?