Advertisement
luixg

firebase.json

Nov 1st, 2022 (edited)
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.20 KB | Software | 0 0
  1. {
  2.   "database": {
  3.     "rules": "database.rules.json"
  4.   },
  5.   "hosting": {
  6.     "public": "public",
  7.     "ignore": [
  8.       "firebase.json",
  9.       "**/.*",
  10.       "**/node_modules/**"
  11.     ]
  12.   }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement