Firebase security “enable reading data from single origin”

The name of the picture


Firebase security “enable reading data from single origin”



I am building an webapp, which reads content from firestore db.Parses this content to display images etc.
As Firestore configuration parameters will be visible via "view source". How can I ensure data read happens only through my site/set origin?
** Users wont be logging in here so user authentication can not be enforced





You can't limit access to a certain web site. While not about Firestore, Kato's answer here is worth reading: stackoverflow.com/questions/18890330/…
– Frank van Puffelen
55 mins ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

How to scale/resize CVPixelBufferRef in objective C, iOS

Stripe::AuthenticationError No API key provided. Set your API key using “Stripe.api_key = ”

SVG with two text elements. When one resizes due to textLength - how to resize the other one to the same character size