Wrt a scala application for interacting with firestore's RPC apis, and using scalapb proto compiler /akka-grpc middleware, how to import the firestore RPC API's definitions in the .proto files? Eg. how to import the Document definition?
Trying to plainly say import "google.firestore.v1beta1.Document";
gives error.