I am exploring Google Firestore for web and I have a basic question. According to the integration guide I am supposed to place the API Key and other configuration values in the client JavaScript code. But, since this code is public, anyone who are using my web app will be able to see this API key.
In that case, won’t they be able to insert any data into the fire store by using my API KEY in some other web app? How do I make sure only my web app will be able to insert data into my fire store?