You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in #47 the firedart package doesn't support web apps because browsers only speak grpc-web, not gRPC. grpc-dart does have support for grpc-web and offers grpc-dart/lib/grpc_or_grpcweb.dart.
I don't know if the googleapis endpoints speak grpc-web and I can't find anything about it either way but if not the user can create a proxy with envoy as described in Basics tutorial | Web | gRPC
The text was updated successfully, but these errors were encountered:
As described in #47 the firedart package doesn't support web apps because browsers only speak grpc-web, not gRPC.
grpc-dart
does have support for grpc-web and offers grpc-dart/lib/grpc_or_grpcweb.dart.I don't know if the googleapis endpoints speak grpc-web and I can't find anything about it either way but if not the user can create a proxy with envoy as described in Basics tutorial | Web | gRPC
The text was updated successfully, but these errors were encountered: