Firestore indexes

Glover Project Version >= 1.6.63

For the auto-assignment feature to work, you need to create index on your firebase firestore. Here is how to create the index:

  • Go to your firebase console. Then select firebase database, select the indexes tab and click on NEW

Fill in the form dialog as shown in the screenshot below then click on "Create Index" then done filling the form:


Project Version <= v 1.6.62

For the auto-assignment feature to work, you need to create index on your firebase firestore. Here is how to create the index:

  • Go to your firebase console. Then select firebase database, select the indexes tab and click on NEW

Taxi Drivers Index

  • Fill in the form dialog as shown in the screenshot below then click on "Create Index" then done filling the form:

Regular Driver index

  • Fill in the form dialog as shown in the screenshot below then click on "Create Index" then done filling the form:

Note: Please make sure you create the 3 indexes has shown above

Last updated