grpc-google-cloud-firestore-v1beta1

GRPC library for grpc-google-cloud-firestore-v1beta1

License

License

Categories

Categories

gRPC Net Networking Google Cloud Container PaaS Providers
GroupId

GroupId

com.google.api.grpc
ArtifactId

ArtifactId

grpc-google-cloud-firestore-v1beta1
Last Version

Last Version

0.88.2
Release Date

Release Date

Type

Type

jar
Description

Description

grpc-google-cloud-firestore-v1beta1
GRPC library for grpc-google-cloud-firestore-v1beta1
Project Organization

Project Organization

Google LLC

Download grpc-google-cloud-firestore-v1beta1

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.api.grpc/grpc-google-cloud-firestore-v1beta1/ -->
<dependency>
    <groupId>com.google.api.grpc</groupId>
    <artifactId>grpc-google-cloud-firestore-v1beta1</artifactId>
    <version>0.88.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.api.grpc/grpc-google-cloud-firestore-v1beta1/
implementation 'com.google.api.grpc:grpc-google-cloud-firestore-v1beta1:0.88.2'
// https://jarcasting.com/artifacts/com.google.api.grpc/grpc-google-cloud-firestore-v1beta1/
implementation ("com.google.api.grpc:grpc-google-cloud-firestore-v1beta1:0.88.2")
'com.google.api.grpc:grpc-google-cloud-firestore-v1beta1:jar:0.88.2'
<dependency org="com.google.api.grpc" name="grpc-google-cloud-firestore-v1beta1" rev="0.88.2">
  <artifact name="grpc-google-cloud-firestore-v1beta1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.api.grpc', module='grpc-google-cloud-firestore-v1beta1', version='0.88.2')
)
libraryDependencies += "com.google.api.grpc" % "grpc-google-cloud-firestore-v1beta1" % "0.88.2"
[com.google.api.grpc/grpc-google-cloud-firestore-v1beta1 "0.88.2"]

Dependencies

compile (18)

Group / Artifact Type Version
io.grpc : grpc-stub Optional jar 1.30.2
com.google.errorprone : error_prone_annotations Optional jar 2.3.4
io.grpc : grpc-protobuf Optional jar 1.30.2
com.google.code.findbugs : jsr305 Optional jar 3.0.2
com.google.api.grpc : proto-google-common-protos Optional jar 1.18.0
io.grpc : grpc-protobuf-lite Optional jar 1.30.2
com.google.api.grpc : proto-google-cloud-firestore-v1beta1 Optional jar 0.88.2
com.google.api : api-common Optional jar 1.9.3
javax.annotation : javax.annotation-api Optional jar 1.3.2
com.google.auto.value : auto-value-annotations Optional jar 1.7.2
io.grpc : grpc-api Optional jar 1.30.2
io.grpc : grpc-context Optional jar 1.30.2
com.google.protobuf : protobuf-java Optional jar 3.12.2
com.google.guava : guava Optional jar 29.0-android
com.google.guava : failureaccess Optional jar 1.0.1
com.google.guava : listenablefuture Optional jar 9999.0-empty-to-avoid-conflict-with-guava
org.checkerframework : checker-compat-qual Optional jar 2.5.5
com.google.j2objc : j2objc-annotations Optional jar 1.3

runtime (1)

Group / Artifact Type Version
org.codehaus.mojo : animal-sniffer-annotations Optional jar 1.18

Project Modules

There are no modules declared in this project.

Google Cloud Firestore Client for Java

Java idiomatic client for Cloud Firestore.

Maven Stability

Quickstart

If you are using Maven with BOM, add this to your pom.xml file

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.cloud</groupId>
      <artifactId>libraries-bom</artifactId>
      <version>16.1.0</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

<dependencies>
  <dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-firestore</artifactId>
  </dependency>

If you are using Maven without BOM, add this to your dependencies:

<dependency>
  <groupId>com.google.cloud</groupId>
  <artifactId>google-cloud-firestore</artifactId>
  <version>2.1.0</version>
</dependency>

If you are using Gradle, add this to your dependencies

compile 'com.google.cloud:google-cloud-firestore:2.1.0'

If you are using SBT, add this to your dependencies

libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.1.0"

Authentication

See the Authentication section in the base directory's README.

Getting Started

Prerequisites

You will need a Google Cloud Platform Console project with the Cloud Firestore API enabled.

Follow these instructions to get your project set up. You will also need to set up the local development environment by installing the Google Cloud SDK and running the following commands in command line: gcloud auth login and gcloud config set project [YOUR PROJECT ID].

Installation and setup

You'll need to obtain the google-cloud-firestore library. See the Quickstart section to add google-cloud-firestore as a dependency in your code.

About Cloud Firestore

Cloud Firestore is a fully-managed NoSQL document database for mobile, web, and server development from Firebase and Google Cloud Platform. It's backed by a multi-region replicated database that ensures once data is committed, it's durable even in the face of unexpected disasters. Not only that, but despite being a distributed database, it's also strongly consistent and offers seamless integration with other Firebase and Google Cloud Platform products, including Google Cloud Functions.

See the Cloud Firestore client library docs to learn how to use this Cloud Firestore Client Library.

Samples

Samples are in the samples/ directory. The samples' README.md has instructions for running the samples.

Sample Source Code Try it
Quickstart source code Open in Cloud Shell
Listen Data Snippets source code Open in Cloud Shell
Manage Data Snippets source code Open in Cloud Shell
Query Data Snippets source code Open in Cloud Shell
References source code Open in Cloud Shell
Retrieve Data Snippets source code Open in Cloud Shell
City source code Open in Cloud Shell

Troubleshooting

To get help, follow the instructions in the shared Troubleshooting document.

Transport

Cloud Firestore uses gRPC for the transport layer.

Java Versions

Java 7 or above is required for using this client.

Versioning

This library follows Semantic Versioning.

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING for more information how to get started.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Code of Conduct for more information.

License

Apache 2.0 - See LICENSE for more information.

CI Status

Java Version Status
Java 7 Kokoro CI
Java 8 Kokoro CI
Java 8 OSX Kokoro CI
Java 8 Windows Kokoro CI
Java 11 Kokoro CI
com.google.api.grpc

Google APIs

Clients for Google APIs and tools that help produce them.

Versions

Version
0.88.2
0.88.1
0.88.0
0.87.0
0.86.0
0.85.5
0.85.4
0.85.3
0.85.2
0.85.1
0.85.0
0.84.0
0.83.0
0.82.0
0.81.0
0.80.0
0.79.0
0.76.0
0.75.0
0.74.0
0.73.0
0.72.0
0.71.0
0.70.0
0.69.0
0.68.0
0.67.0
0.66.0
0.65.0
0.64.0
0.63.0
0.62.0
0.61.0
0.60.0
0.59.0
0.58.0
0.57.0
0.56.0
0.55.0
0.54.0
0.53.0
0.52.0
0.51.0
0.50.0
0.49.0
0.48.0
0.47.0
0.46.0
0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.0
0.39.0
0.38.0
0.37.0
0.36.0
0.35.0
0.34.0
0.33.0
0.32.0
0.31.0
0.30.0
0.29.0
0.28.0
0.27.0
0.26.0
0.25.0
0.24.0
0.23.0
0.22.0
0.21.0
0.20.1
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.30
0.1.29
0.1.28
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.22
0.1.21
0.1.20