WoBike icon indicating copy to clipboard operation
WoBike copied to clipboard

Add Dott

Open robbi5 opened this issue 6 years ago • 8 comments

Site: https://ridedott.com Android: https://play.google.com/store/apps/details?id=com.ridedott.rider iOS: https://itunes.apple.com/app/id1440301673

robbi5 avatar Feb 10 '19 18:02 robbi5

Looks like its built on Google Firebase

robbi5 avatar Feb 11 '19 15:02 robbi5

I don't think it uses HTTP, i couldn't catch anything resembling an API call :(

tiphedor avatar May 05 '19 15:05 tiphedor

As you said it looks like it has Firebase, so maybe it uses GCM or their realtime DB

tiphedor avatar May 05 '19 15:05 tiphedor

Did you find a way to catch datas ? They do use firebase : https://com-ridedott-eu.firebaseio.com, couldn't find any infos on the database reference

jdordoigne avatar Nov 04 '19 21:11 jdordoigne

So we have requests to

geomobileservices-pa.googleapis.com/google.internal.maps.geomobileservices.geocoding.v3mobile.geocodingservice/ReverseGeocode to get an adress.

Then there is a request to

https//firestore.googleapis.com/google.firestore.v1.Firestore/Listen

with a google-cloud-resource-prefix of projects/com-ridedott-eu/databases/(default)

Which gives back a content type application/grpc file (https://en.wikipedia.org/wiki/GRPC)

According to the strings there this is what we want. "identification code" "energysourcelevel" "geohash" "startride" "isdesignatedparking"

yoshimo avatar Jan 04 '20 17:01 yoshimo

https://europe-west1-com-ridedott-eu.cloudfunctions.net/acceptLegalAgreements

well, rather obvios what they want here send the current version of the tos { "data": { "privacyPolicyVersion": 20191212, "termsAndConditionsVersion": 20191212 } }

yoshimo avatar Jan 04 '20 17:01 yoshimo

The request that contains this is strange but so far i haven't been able to convince gsutil to get me the real data. Firestore_Listen.txt

yoshimo avatar Jan 05 '20 20:01 yoshimo

Sample_from_wire.txt This needs some converting so you can actual read something

yoshimo avatar Jan 05 '20 21:01 yoshimo