python firestore API에서 에뮬레이터 사용하기
import grpc import firestore from google.cloud.firestore_v1.services.firestore import client as firestore_client from google.cloud.firestore_v1.services.firestore.transports.grpc import FirestoreGrpcTransport channel = grpc.insecure_channel("localhost:8080") transport = FirestoreGrpcTransport(channel=channel) firestore_db = firestore.Client() firestore_db._firestore_api_internal =…
View On WordPress








