Hi, what I want to achieve is I dont want others to get my database, and storage etc, apart from functions. So, people cannot get data via https://endpoint/projectid/databases/.... They can only interact with my functions. Also, I want an API key to be provided in each execution to my functions. Therefore, if no api key or wrong apikey, will result in an error. Thanks in advance, im a bit confused on this.