To my understanding, Firebase data can be accessed in the browser by appending the node name and .json
extension.
For example, opening this url https://tinderclone.firebaseio.com/profiles.json, you will see a bunch of json data.
So how can I restrict the data from anyone to access? Since the data may contain sensitive information.