--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/e9a3c582-0a07-4a31-b534-23ae6c6a3ed3%40googlegroups.com.
hi Sachin,Firestore ships SDKs for web and mobile clients. For Web, please check https://github.com/firebase/firebase-js-sdkDirect access of Firestore via grpc-web is not supported.- Wenbo
On Fri, Oct 18, 2019 at 2:26 PM Sachin <sachin...@gmail.com> wrote:
--HiNeed inputs on using gRPC-web with Google APIs.Google cloud services RPC APIs to access its services e.g. https://cloud.google.com/firestore/docs/reference/rpc/ shows RPC APIs to access Firestore.I am trying to access the RPC APIs using gRPC-web with Envoy Proxy. But I am not getting success.Does does anyone done the same? Any pointers will be helpful.Thanks,Sachin
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grp...@googlegroups.com.
Hi
Thanks for update. I will use SDK provided by Firestore but I could not fully understood your comment. Can you please elaborate?My understanding is flow is as belowBrowser (grpc-web)->Envoy Proxy [trancoder/translator from HTTP1.1 to HTTP2(grpc)]->Firestore.So Firestore will get data in expected format and does not need modifications to support grpc-web.
--Let me know.Thanks,Sachin
On Saturday, 19 October 2019 18:52:15 UTC-7, Wenbo Zhu wrote:hi Sachin,Firestore ships SDKs for web and mobile clients. For Web, please check https://github.com/firebase/firebase-js-sdkDirect access of Firestore via grpc-web is not supported.- WenboOn Fri, Oct 18, 2019 at 2:26 PM Sachin <sachin...@gmail.com> wrote:--HiNeed inputs on using gRPC-web with Google APIs.Google cloud services RPC APIs to access its services e.g. https://cloud.google.com/firestore/docs/reference/rpc/ shows RPC APIs to access Firestore.I am trying to access the RPC APIs using gRPC-web with Envoy Proxy. But I am not getting success.Does does anyone done the same? Any pointers will be helpful.Thanks,Sachin
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/e9a3c582-0a07-4a31-b534-23ae6c6a3ed3%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c607c336-9ae5-4244-8b05-6a5fc51bf7c8%40googlegroups.com.
Got it as gRPC-web does not support bi-direction and client streams, not all APIs will be available.
As suggested, I moved to SDK now.
Also with few configuration changes in Envoy proxy, I am able to access Firestone few supported gRPC APIs. But SDK is better option.
Thanks,
Sachin