cloudfunction.config.json 63 B

1234567
  1. {
  2. "permission": {
  3. "*": {
  4. "invoke": true
  5. }
  6. }
  7. }