fix: Google Sign-In - Firebase Admin credentials via env var + mobile redirect flow
This commit is contained in:
@ -18,6 +18,10 @@ services:
|
||||
value: "false"
|
||||
- key: PYTHON_VERSION
|
||||
value: 3.13.0
|
||||
# Firebase Admin SDK credentials (JSON string of service account)
|
||||
# Set this manually in the Render dashboard — do NOT commit the actual value
|
||||
- key: FIREBASE_SERVICE_ACCOUNT_JSON
|
||||
sync: false
|
||||
|
||||
databases:
|
||||
- name: sibu-db
|
||||
|
||||
Reference in New Issue
Block a user