Hello everyone :) It's my first post in this group and I'm a beginner in programming but thanks to simplicity of firebase i was able to nearly finish my internet shop that's selling computer game cd-keys and sends them automatically. I've done it 99% with angular and firebase, my only backend php file is the one receiving POST data from payment providers so i can then put the data from it into my firebase. My question is, how can i protect my firebase data from simple usage of firebaseRef and for example ng-repeat'ing the data when someone will know my firebase adress? I've made security rules, but they all work from the client side on the website, but what about the callbacks from other sources? Am i missing some important thing here or there's no way to protect from that and i shouldn't keep cd-keys straight in firebase subcategory like myfirebaseIO.com/cdkeys/ ?
Thanks alot for the answers! -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
