I am trying to use grpc with google cloud pubsub in nodejs but I am unable to understand how it works and how it is implemented there are no samples in nodejs and documentation is not clear for grcp. There are only function in documentation
I have seen many links but I found nothing
I don't understand:
1) I have to use which library to use its package in .proto file and how to require/install it?
2) Where do I have to give my projectId or service file path?
I want some guidance or it will be great if there are any samples in nodejs. Thanks.