ridesharing-ios
ridesharing-ios copied to clipboard
Riders display "connecting to you nearest driver"
Hello team,
I am using this code for making one uber kind app but faced problem in rider side app.
Drive accept order but rider side still display "connecting to you nearest driver" progress view.
How to hide that pop up and how to display accepted order by driver display on rider side.
Thank you
This should work automatically. The accepted status didn't propagate from driver to rider. You need to debug if the firebase changes propagate properly
Thank you for this update @tulushev