Shared database query

Does any one knows how to send users location data from one app to another app having the same database
I am currently making an uber type app and i need to send user locations , ride request from rider app to driver app

If they share the same database, there is no need to send data from one app to the other.

That’s the point of sharing a database, to share the data between apps.

If you explain in better detail where you’re stuck, it’d be possible to provide a better resolution.

If you’re just trying to find the users’ locations, you can use a map or a list component of users. A map can display the users’ location’s on a map, you’ll just need to follow the steps to set up the API keys for Google Maps & Geolocation: https://help.adalo.com/database/location

1 Like