Sha256: ed2ba36e3707820a9ee3bf00c3664ece31374b4bf27901812a42692729f73c8b

Contents?: true

Size: 1.29 KB

Versions: 4

Compression:

Stored size: 1.29 KB

Contents

# Copyright 2017 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.


require "google/cloud/firestore/v1beta1/credentials"

module Google
  module Cloud
    module Firestore
      ##
      # # Credentials
      #
      # Represents the authentication and authorization used to connect to the
      # Firestore service.
      #
      # @example
      #   require "google/cloud/firestore"
      #
      #   keyfile = "/path/to/keyfile.json"
      #   creds = Google::Cloud::Firestore::Credentials.new keyfile
      #
      #   firestore = Google::Cloud::Firestore.new(
      #     project_id: "my-project",
      #     credentials: creds
      #   )
      #
      #   firestore.project_id #=> "my-project"
      #
      class Credentials < Google::Cloud::Firestore::V1beta1::Credentials
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google-cloud-firestore-0.24.2 lib/google/cloud/firestore/credentials.rb
google-cloud-firestore-0.24.1 lib/google/cloud/firestore/credentials.rb
google-cloud-firestore-0.24.0 lib/google/cloud/firestore/credentials.rb
google-cloud-firestore-0.23.0 lib/google/cloud/firestore/credentials.rb