Need help in understanding Firebase config security
问题 If one integrates this config in JS, won't it be a security concern as any one can open the JS file, get access to this details and access my firebase DB? var config = { apiKey: "xxxx", authDomain: "xxx.firebaseapp.com", databaseURL: "https://xxx.firebaseio.com", storageBucket: "xxx.appspot.com", messagingSenderId: "0000" }; How does one make sure it's secure? 回答1: That's just so the client can identify your app. Even the apiKey is more like a reference and less like a secret password so don