Spaces:
Running
Running
Ryan Christian D. Deniega
feat: extension button placement, text extraction, OCR display + ML improvements
c78c2c1 | { | |
| "firestore": { | |
| "database": "(default)", | |
| "location": "asia-southeast1", | |
| "rules": "firestore.rules", | |
| "indexes": "firestore.indexes.json" | |
| }, | |
| "hosting": { | |
| "public": "frontend/dist", | |
| "ignore": [ | |
| "firebase.json", | |
| "**/.*", | |
| "**/node_modules/**" | |
| ], | |
| "rewrites": [ | |
| { | |
| "source": "/api/**", | |
| "run": { | |
| "serviceId": "philverify-api", | |
| "region": "asia-southeast1" | |
| } | |
| }, | |
| { | |
| "source": "**", | |
| "destination": "/index.html" | |
| } | |
| ], | |
| "headers": [ | |
| { | |
| "source": "/api/**", | |
| "headers": [ | |
| { | |
| "key": "Access-Control-Allow-Origin", | |
| "value": "*" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "auth": { | |
| "providers": { | |
| "emailPassword": true | |
| } | |
| } | |
| } | |