googleapis / googleapis/google-cloud-java

[java-firestore] use Emulator with Firestore without credentials

未关闭
#13,141 6 条评论 1 个 reaction 已指派 1 人 已被 @athakor 认领 在 GitHub 查看
api: firestore type: question
主要语言
Java
星标
2.1k
派生
1.2k
平均合并
1 天 23 小时
30 天内合并 PR
154

描述

Hi

based on the existing issues on the repo and the latest 2.0.0 release i understand that its suppose to be possible to connect to the FireStore emulator without providing a real credentials, as its not really needed.

i've tried to do the following

Firestore FS = FirestoreOptions.getDefaultInstance().toBuilder()
.setProjectId("test")
.setHost("localhost:8888")
.setCredentials(EmulatorCredentials())
.setCredentialsProvider(FixedCredentialsProvider.create(EmulatorCredentials()))
.build()
.getService();

using the latest 2.0.0 java-cloud-firestore.
but, it doesnt seems working and i still get the exception that asks me to provide GOOGLE_APPLICATION_CREDENTIALS.

what am i missing?

i also saw there was another merge on that area, and the additional .setEmulatorHost to the FireStoreOptions but it was not yet published.

thanks,
Chen

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。