I've implemented <https://stackoverflow.com/questi...
# compose-android
a
I've implemented https://stackoverflow.com/questions/70834787/implementing-google-places-autocomplete-textfield-implementation-in-jetpack-comp/77256954#77256954 However, I'm not getting any search results (outcome is
null
) - anyone dealt with this and encountered thé same? No errors are logged despite error handling.
solved 1
I'm not seeing any traffic in GCP Console Dashboard when it comes to API traffic in requests. Could it be I don't have a valid token?
Turns out I was doing
LaunchedEffect
using a wrong key.