google-signin: Scope for youtube indefinitely load
Steps to Reproduce
- Configure using scopes:
["https://www.googleapis.com/auth/youtube.readonly"], - Try to sign in
- The consempt prompt is loading indefinitely.
Expected Behavior
Consempt prompt is loading normally
Actual Behavior
It’s work properly with all scopes but when i attempte to use scope for youtube (ex : ['https://www.googleapis.com/auth/youtube.readonly']) the consempt prompt loading indinitely and I do not receive any error.
Environment
- react-native = “0.59.4”
- react-native-google-signin = “1.2.2”
- android = 7.0 (physical device : honor 6x with EMUI 5.0.3)
- classpath ‘com.android.tools.build:gradle:3.3.1’
- classpath ‘com.google.gms:google-services:4.2.0’
- buildToolsVersion = “28.0.3”
- minSdkVersion = 16
- compileSdkVersion = 28
- targetSdkVersion = 28
- supportLibVersion = “28.0.0”
- googlePlayServicesAuthVersion = “15.0.1”
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 3
- Comments: 15 (2 by maintainers)
If it’s any help, was having the same problem and it was fixed after I updated
@Yose216 @bkmed can you still reproduce this?
Same issue here, anyone cares to share solution to this, this happens to our app as well.
Same problem here. Working properly with all other scopes but not with youtube.
No sorry, I wait response on my issue…
Same problem here, do you find any solution?