Firestore Document Update Error After Review Page – Taxi Project
Hello Team,
I encountered an issue after the review page in the taxi project. The application throws an error when trying to update the Firestore document for the ride. Below is the error message from the logs:
Error updating Firestore document for Ride:
"Document name \"projects/madurai-taxi-77e6d/databases/(default)/documents/ride_1A\" lacks \"/\" at index 65."
Status: INVALID_ARGUMENT
Code: 3
This seems related to an incorrect Firestore document path formatting. Please investigate and resolve this issue, as it’s blocking the ride completion flow.
Let me know if you need access or anydesk session for deeper debugging.
Thanks & Regards,
Vjsofttech
ATTACHED FILES
Asked 1 week ago on August 5, 2025 8:02 AM Comments 1 times
kane replied 2 days ago on August 11, 2025 11:13 AM
1. did you added service.json file?


2. update this values in .env which showing in image below ?
3.check once enabled gRPC in your server ?
4.check your firebase rule proper updated as shown in image below?
-> check this all above points so i can identify issue root cause
Kane
Support Team