Is there anyway to connect to a Bigtable emulator running on localhost using the node.js client? I get this if I try to do so
Handshake failed with fatal error SSL_ERROR_SS
Is there a similar configuration like the one in java?
conf.set(BigtableOptionsFactory.BIGTABLE_USE_PLAINTEXT_NEGOTIATION, true);