I am trying to connect to GRPC web server from Android client. I have tried using the ManagedChannelBuilder, AndroidChannelBuilder and OkHttpChannelBuilder but none of them seem to connect to grpc-web server, they can only connect to the GRPC server.
Is there any Android/Java client that I can use to connect to the https://github.com/improbable-eng/grpc-web server?