Hi all, this is probably a very basic question that's been answered many times but I'm new to FB and OAuth.
I developed a web app that accesses a Firebase database. Is it possible to say, "I want to restrict usage to my Firebase database to only my web app, so that someone else cannot develop their own web app and then use my FB api key, authDomain, etc."
In my Firebase settings, I see there's a listing for setting "authorized domains" which lists my `databaseURL` which is fine and good, but is there a setting where I can type in the URL of my web app so that only my web app domain may access Firebase?
Appreciate any help in form of answers or documentation references.