google-apis-identitytoolkit_v1 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df14aba46d81f518cc5272322cb08366f8e25c37b700db226a4d057f93d671cb
4
- data.tar.gz: e36932323e21c0bcc8e6a60e5538684a1b91579bd0091eacf3d3ce4cd5774e00
3
+ metadata.gz: 132b6138f5a29f77c5dfba5e68ae236700f520fc67b0f764555ab20b59f2de65
4
+ data.tar.gz: d850e56919ca70d49982a4990abe2b221b258eb1e93c09d6b26cec904c7c1934
5
5
  SHA512:
6
- metadata.gz: 7f7c423b24bdbaa8e41289977bd5153ab6a3fa6e20febb054f1c55cdf0c21c79385a5d8d04b593f8bd40a18c773170de6fbf8eb27f3cdff11bcd47b5276f1a04
7
- data.tar.gz: d2113916b0d1651fc4b6c2d14e92b20e8fcd99bf24ed33af6694153ba0913be2302769f897987374eea447d102397be955ada49540b0958645f099e6d06797ae
6
+ metadata.gz: 22fa2b5f45e0728db2cc6998f87581cc645077f117f2ef5662b45f5ae644a6935850cc107b90dd21813eaf6020d7331d92df578f24ad6a3a9717e5cbdc3d6937
7
+ data.tar.gz: a043e62351c906d2fb52577a9cfd127a8ea9359104ada7e270a02ef457152b1d0249ac61b3c3af9c1776ec48482cfa33e83add1ac71645d12d5ec921315d082e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-identitytoolkit_v1
2
2
 
3
+ ### v0.4.0 (2023-02-19)
4
+
5
+ * Regenerated from discovery document revision 20230211
6
+ * Regenerated using generator version 0.12.0
7
+
3
8
  ### v0.3.0 (2023-02-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20230128
@@ -2292,7 +2292,9 @@ module Google
2292
2292
  # @return [String]
2293
2293
  attr_accessor :id_token
2294
2294
 
2295
- # Required. The user's Game Center player ID.
2295
+ # Required. The user's Game Center player ID. Deprecated by Apple. Pass `
2296
+ # playerID` along with `gamePlayerID` and `teamPlayerID` to initiate the
2297
+ # migration of a user's Game Center player ID to `gamePlayerID`.
2296
2298
  # Corresponds to the JSON property `playerId`
2297
2299
  # @return [String]
2298
2300
  attr_accessor :player_id
@@ -2387,7 +2389,9 @@ module Google
2387
2389
  # @return [String]
2388
2390
  attr_accessor :local_id
2389
2391
 
2390
- # The user's Game Center player ID.
2392
+ # The user's Game Center player ID. Pass `playerID` along with `gamePlayerID`
2393
+ # and `teamPlayerID` to initiate the migration of a user's Game Center player ID
2394
+ # to `gamePlayerID`.
2391
2395
  # Corresponds to the JSON property `playerId`
2392
2396
  # @return [String]
2393
2397
  attr_accessor :player_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IdentitytoolkitV1
18
18
  # Version of the google-apis-identitytoolkit_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230128"
25
+ REVISION = "20230211"
26
26
  end
27
27
  end
28
28
  end
@@ -349,7 +349,15 @@ module Google
349
349
  # the authenticated user. The bundle ID is required in the request header as `x-
350
350
  # ios-bundle-identifier`. An [API key](https://cloud.google.com/docs/
351
351
  # authentication/api-keys) is required in the request in order to identify the
352
- # Google Cloud project.
352
+ # Google Cloud project. Apple has [deprecated the `playerID` field](https://
353
+ # developer.apple.com/documentation/gamekit/gkplayer/1521127-playerid/). The
354
+ # Apple platform Firebase SDK will use `gamePlayerID` and `teamPlayerID` from
355
+ # version 10.5.0 and onwards. Upgrading to SDK version 10.5.0 or later updates
356
+ # existing integrations that use `playerID` to instead use `gamePlayerID` and `
357
+ # teamPlayerID`. When making calls to `signInWithGameCenter`, you must include `
358
+ # playerID` along with the new fields `gamePlayerID` and `teamPlayerID` to
359
+ # successfully identify all existing users. Upgrading existing Game Center sign
360
+ # in integrations to SDK version 10.5.0 or later is irreversible.
353
361
  # @param [Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1SignInWithGameCenterRequest] google_cloud_identitytoolkit_v1_sign_in_with_game_center_request_object
354
362
  # @param [String] fields
355
363
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-identitytoolkit_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-05 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v1/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v1/v0.4.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v1
63
63
  post_install_message:
64
64
  rdoc_options: []