Allowing write access only to Cloud Functions for Firebase
问题 How can we secure database via the rules that only allow Cloud Functions for Firebase to write data to certain locations, previously there was an option to add uid to admin client databaseAuthVariableOverride and use that uid in rules section, but now we initialise via admin.initializeApp(functions.config().firebase); so I’m not to sure about how to add additional params in. EDIT is it a good idea to initiate with certificate for this instead? i.e admin.initializeApp({ credential: admin