Hello, I’ve solved most of the issues regarding to migration into new firebase realtime db comp.
But there’s another big issue for me!
Previously I used to set public rules (read and write = true) on realtime database and obfuscate db url in blocks, which was pretty much secured enough before.
But now I had to upload google_services.json file on assets and hackers fetch db url from there and hack the db easily bcz of public rules. Authentication on my app is db depended (simple creds singup/singin). Now suggest me what is the quickest and best solution for me in this case.
Thanks.
