[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Auth examples with GoogleSignIn 6.0.0 #1222

Merged
merged 5 commits into from
Jul 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Auto-update dependencies.
  • Loading branch information
dpebot committed Jul 14, 2021
commit 8cb5a450ef4dab129f5e4e63284489f1ea1c99f3
6 changes: 3 additions & 3 deletions authentication/LegacyAuthQuickstart/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ PODS:
- GoogleUtilities/Environment (~> 7.2)
- nanopb (~> 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleSignIn (5.0.2):
- AppAuth (~> 1.2)
- GoogleSignIn (6.0.0):
- AppAuth (~> 1.4)
- GTMAppAuth (~> 1.0)
- GTMSessionFetcher/Core (~> 1.1)
- GoogleUtilities/AppDelegateSwizzler (7.5.0):
Expand Down Expand Up @@ -154,7 +154,7 @@ SPEC CHECKSUMS:
FirebaseInstallations: b69db7680870dbac17bba7a51fc0b5c4b365baa7
GoogleAppMeasurement: de70802583dedceb0bca18172b345307e8f410b8
GoogleDataTransport: 85fd18ff3019bb85d3f2c551d04c481dedf71fc9
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
GoogleSignIn: b7779a809e1dfb32ebb43131b10d8bfcd53c1383
GoogleUtilities: eea970f4a389963963bffe8d8fabe43540678b9c
GTMAppAuth: ad5c2b70b9a8689e1a04033c9369c4915bfcbe89
GTMSessionFetcher: 36689134877faeb055b27dfa4ccc9ceaa42e029e
Expand Down
6 changes: 3 additions & 3 deletions authentication/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ PODS:
- GoogleUtilities/Environment (~> 7.2)
- nanopb (~> 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleSignIn (5.0.2):
- AppAuth (~> 1.2)
- GoogleSignIn (6.0.0):
- AppAuth (~> 1.4)
- GTMAppAuth (~> 1.0)
- GTMSessionFetcher/Core (~> 1.1)
- GoogleUtilities/AppDelegateSwizzler (7.5.0):
Expand Down Expand Up @@ -162,7 +162,7 @@ SPEC CHECKSUMS:
FirebaseInstallations: b69db7680870dbac17bba7a51fc0b5c4b365baa7
GoogleAppMeasurement: de70802583dedceb0bca18172b345307e8f410b8
GoogleDataTransport: 85fd18ff3019bb85d3f2c551d04c481dedf71fc9
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
GoogleSignIn: b7779a809e1dfb32ebb43131b10d8bfcd53c1383
GoogleUtilities: eea970f4a389963963bffe8d8fabe43540678b9c
GTMAppAuth: ad5c2b70b9a8689e1a04033c9369c4915bfcbe89
GTMSessionFetcher: 36689134877faeb055b27dfa4ccc9ceaa42e029e
Expand Down