Office Staff Login
Authenticate with Firebase email/password login, then upload the latest workbook to publish client lookup records.
Staff only
Important:
- This login is for office staff only and uses Firebase Authentication, not client tax credentials.
- Client data lives in Firestore as uploaded office records.
- Set strict Firebase Auth and Firestore rules before going live.
Upload Workbook
The sample workbook format detected is:
S.No, Code No, Name, PAN No, Refund, Refund Status. Each fresh publish replaces the entire existing refund dataset.Signed out
Parsed Rows
0
With Status
0
Assessment Year
-
| Name | PAN | Code No | Refund | Status |
|---|---|---|---|---|
| Upload a workbook to preview the first few rows. | ||||
Sign in with the office staff account before uploading the workbook.
Recommended Firebase setup:
- Enable Email/Password sign-in in Firebase Authentication.
- Create office staff users in Firebase Auth.
- Allow writes only for authenticated office users in Firestore rules.