Hey everyone,
I just got my backend http-functions.js to return a basic string value when I call it via HTTP Get from my server, and now I am trying to access my database content via Get as well. I would like to access the database with proper permissions (i.e. as a authorized user) instead of setting the database access permission to Anyone. Is there a way I can remotely login to my website or get OAuth credentials so that my server can access my database without making the data within accessible to anyone with the url? I feel a little concerned about making the database contents accessible to someone if they happen to discover the link to my function.
Thanks!