1.5.3

Backend

Role and Permission

We have added new permissions to the backend. After the update you might realize some of the menu missing, this is because of the yet to be migrated permission into your backend, so how to fix this?.

Well you simply have to enter the troubleshoot url directly to your browser:

[https://YOUR_BACKEND_URL/operations/troubleshooting]

For example httsp://fuodz.edentech.online/operations/troubleshooting

Note: You can manually fix permission issue by importing the permission.sql file to your database on your server

Customer App

Perform your usually file update. Nothing special apart from all string use in the app are now added to the .json translation file.

Driver App

With this version, we have ensure that the location request dialog shows first before actually requesting the location permission for the app. In previous version, sometimes the app request permission before the dialog with info on why the permission is required, hence most driver app were rejected by google but this new version should resolve such issue​.

Vendor App

Perform your usually file update. Nothing special

Firebase cloud function

Changes were made to the firebase cloud function for taxi booking matching with driver. Please make sure you update your copy of the firebase cloud function and deploy to firebase cloud function server. There is no Update owners, so setup the New owners and deploy again

Link to how to deploy a firebase cloud function: ​https://bakoambrose.gitbook.io/fuodz/taxi-feature-firebase-cloud-function/upload-firebase-cloud-functions

Last updated