Skip to content

Instantly share code, notes, and snippets.

@JLLeitschuh
Last active December 31, 2025 00:54
Show Gist options
  • Select an option

  • Save JLLeitschuh/f992d92df03e47d79058b1afd661e1e7 to your computer and use it in GitHub Desktop.

Select an option

Save JLLeitschuh/f992d92df03e47d79058b1afd661e1e7 to your computer and use it in GitHub Desktop.
POST /checkShadowbanStatus HTTP/2
Host: us-central1-travely-9bfbf.cloudfunctions.net
Accept: */*
Content-Type: application/json
Firebase-Instance-Id-Token: ...
Accept-Language: en-US,en;q=0.9
User-Agent: com.tripbffllc.Travely/7.2.1 iPhone/18.6.2 hw/iPhone15_3
Authorization: Bearer eyj...
Accept-Encoding: gzip, deflate, br
{
"data": {
"age": {
"@type": "type.googleapis.com\/google.protobuf.Int64Value",
"value": "31"
},
"gender": "Male",
"userCountryCode": "US",
"firstName": "Jonathan"
}
}
{
"result": {
"shadowbanned": false
}
}
POST /updateLocation HTTP/2
Host: us-central1-travely-9bfbf.cloudfunctions.net
Accept: */*
Content-Type: application/json
Firebase-Instance-Id-Token: ...
Accept-Language: en-US,en;q=0.9
User-Agent: com.tripbffllc.Travely/7.2.1 iPhone/18.6.2 hw/iPhone15_3
Authorization: Bearer eyJ...
Accept-Encoding: gzip, deflate, br
{
"data": {
"countryCodeOriginal": "US",
"geohash": "9qteue9",
"firstName": "Jonathan",
"age": {
"value": "31",
"@type": "type.googleapis.com\/google.protobuf.Int64Value"
},
"longitude": -115.815715000000000,
"latitude": 37.241223000000000,
"neighbors": [
"9qte",
"9qts",
"9qtu",
"9qtg",
"9qtf",
"9qtd",
"9qt6",
"9qt7",
"9qtk"
],
"travelLifestyle": "๐Ÿ’ป Digital nomad",
"urlSmall": "https:\/\/firebasestorage.googleapis.com\/v0\/b\/travely-9bfbf.appspot.com\/o\/0rfqyEhcF5WBVXgtG1dGSfC7wN42-thumbnail?alt=media",
"country": "United States",
"gender": "Male",
"countryOriginal": "United States"
}
}
HTTP/2 200 OK
Vary: Origin
Content-Type: application/json; charset=utf-8
Function-Execution-Id: ...
X-Cloud-Trace-Context: ...
Date: Wed, 10 Sep 2025 03:31:18 GMT
Server: Google Frontend
{
"result": {
"success": true,
"message": "Location updated successfully"
}
}
POST /fetchNearbyUsers HTTP/2
Host: us-central1-travely-9bfbf.cloudfunctions.net
Accept: */*
Content-Type: application/json
Firebase-Instance-Id-Token: ...
Accept-Language: en-US,en;q=0.9
User-Agent: com.tripbffllc.Travely/7.2.1 iPhone/18.6.2 hw/iPhone15_3
Authorization: Bearer eyJ...
Accept-Encoding: gzip, deflate, br
{
"data":{
"isPremiumUser":true,
"longitude":-115.815715000000000,
"latitude":37.241223000000000,
"geohash":"9qteue9"
}
}
HTTP/2 200 OK
Vary: Origin
Content-Type: application/json; charset=utf-8
Function-Execution-Id: 1ez669s1vlu2
X-Cloud-Trace-Context: 782435517dea1eacde2e18c6f67adb40
Date: Wed, 10 Sep 2025 04:40:24 GMT
Server: Google Frontend
{
"result": {
"users": [
{
"id": "xqHuNfmQpGYsacHMnzKo23pLDys2",
"latitude": 0,
"longitude": 0,
"realLatitude": 37.241215000000000,
"realLongitude": -115.815725000000000,
"imageUrl": "https://firebasestorage.googleapis.com/v0/b/travely-9bfbf.appspot.com/o/xqHuNfmQpGYsacHMnzKo23pLDys2-thumbnail?alt=media",
"name": "Joe McPwnerson",
"age": 45,
"countryCode": "๐Ÿ‡บ๐Ÿ‡ธ",
"distanceKM": "1 km",
"distanceMI": "1 mi",
"active": true
},
...
]
}
}
HTTP/2 200 OK
Vary: Origin
Content-Type: application/json; charset=utf-8
Function-Execution-Id: ...
X-Cloud-Trace-Context: ...
Date: Wed, 10 Sep 2025 04:40:24 GMT
Server: Google Frontend
{
"result": {
"users": [
{
"id": "xqHuNfmQpGYsacHMnzKo23pLDys2",
"latitude": 0,
"longitude": 0,
"realLatitude": 37.241215000000000,
"realLongitude": -115.815725000000000,
"imageUrl": "https://firebasestorage.googleapis.com/v0/b/travely-9bfbf.appspot.com/o/xqHuNfmQpGYsacHMnzKo23pLDys2-thumbnail?alt=media",
"name": "Joe McPwnerson",
"age": 45,
"countryCode": "๐Ÿ‡บ๐Ÿ‡ธ",
"distanceKM": "Nearby",
"distanceMI": "Nearby",
"active": true
},
...
]
}
}
POST /fetchUserProfile HTTP/2
Host: us-central1-travely-9bfbf.cloudfunctions.net
Accept: */*
Content-Type: application/json
Firebase-Instance-Id-Token: ...
Accept-Language: en-US,en;q=0.9
User-Agent: com.tripbffllc.Travely/7.2.1 iPhone/18.6.2 hw/iPhone15_3
Authorization: Bearer eyJ...
Accept-Encoding: gzip, deflate, br
{
"data": {
"countryCode": "US",
"urlSmall": "https:\/\/firebasestorage.googleapis.com\/v0\/b\/travely-9bfbf.appspot.com\/o\/0rfqyEhcF5WBVXgtG1dGSfC7wN42-thumbnail?alt=media",
"country": "United States",
"uid": "xqHuNfmQpGYsacHMnzKo23pLDys2",
"firstName": "Jonathan"
}
}
HTTP/2 200 OK
Vary: Origin
Content-Type: application/json; charset=utf-8
Function-Execution-Id: ...
X-Cloud-Trace-Context: ...
Date: Wed, 10 Sep 2025 04:12:15 GMT
Server: Google Frontend
{
"result": {
"user": {
"id": "xqHuNfmQpGYsacHMnzKo23pLDys2",
"firstName": "Joe McPwnerson",
"gender": "Male",
"country": "United States",
"countryCode": "US",
"birthday": {
"_seconds": 337404978,
"_nanoseconds": 0
},
"age": 45,
"bio": "",
"profilePicURL": "https://firebasestorage.googleapis.com/v0/b/travely-9bfbf.appspot.com/o/xqHuNfmQpGYsacHMnzKo23pLDys2?alt=media",
"profilePicURL2": "",
"profilePicURL3": "",
"profilePicURLLowQuality": "https://firebasestorage.googleapis.com/v0/b/travely-9bfbf.appspot.com/o/xqHuNfmQpGYsacHMnzKo23pLDys2-thumbnail?alt=media",
"notifToken": "",
"languages": [
"English"
],
"travelStatsCountries": [],
"travelStatsCountryCodes": [],
"interestsNEW": [],
"instagramUserName": "",
"tiktokUserName": "",
"subscriptionStatus": false,
"banned": false,
"proBadgeHidden": false,
"placesToVisit": [],
"travelLifestyle": "๐ŸŽ’ Backpacking"
},
"isFriend": false,
"isVerified": false,
"savedTrips": [],
"userPlans": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment