lib/google/cloud/firestore.rb in google-cloud-firestore-2.6.4 vs lib/google/cloud/firestore.rb in google-cloud-firestore-2.6.5

- old
+ new

@@ -120,9 +120,11 @@ # the keyfile as a String, the contents of the keyfile as a Hash, or a # Google::Auth::Credentials object. (See {Firestore::Credentials}) (The # parameter `keyfile` is considered deprecated, but may also be used.) # * `scope` - (String, Array<String>) The OAuth 2.0 scopes controlling # the set of resources and operations that the connection can access. + # * `quota_project` - (String) The project ID for a project that can be + # used by client libraries for quota and billing purposes. # * `timeout` - (Integer) Default timeout to use in requests. # * `endpoint` - (String) Override of the endpoint host name, or `nil` # to use the default endpoint. # * `emulator_host` - (String) Host name of the emulator. Defaults to # `ENV["FIRESTORE_EMULATOR_HOST"]`