リダイレクトを使用してfirebase google authにparamatersを渡す方法私はカスタムパラメータredirect_uriを渡す必要がありますが、私はそれを行うことができません。スニペットはsetCustomParameters
のための、本文書によるとfirebaseangularjsのgoogle oAuth redirect_uri
2
A
答えて
0
現在サポートされていない...ここに行く:
予約はOAuthのにこのような 'client_idの'、 'REDIRECT_URI'、 として2.0パラメータを必要と* 'scope'、 'response_type'、 'state'は許可されず、無視されます。
0
で
var provider = new firebase.auth.GoogleAuthProvider();
provider.setCustomParameters({
'redirect_uri': 'http://localhost:3002/auth-login'
});
//then i call the redirect function
firebase.auth().signInWithRedirect(provider);
関連する問題
- 1. redirect_uri google oauthの不一致
- 2. OAuth redirect_uri opencart by facebook sdk4
- 3. のOAuth 2.0のAndroid REDIRECT_URI問題
- 4. Google OAuth Token Expires
- 5. OAuthとgoogle plus api
- 6. OAuth API GoogleドライブPython
- 7. Facebookのredirect_uriはOAuthの後でユーザーを認識しません
- 8. UWP OAuth google C++
- 9. Angularjs + OAuth + Play 2.0
- 10. デザイン:AngularJSとFlaskを使用したGoogle OAuth
- 11. Googleのoauthエラー
- 12. Google OAuth v2 for UWP
- 13. では、GoogleのOauthでのOauthグーグル
- 14. 権限のないユーザー401 Oauth 2.0 google
- 15. Google AppsエンジンのOAuth
- 16. oauthのfacebook/googleアカウント?
- 17. GoogleドライブアプリのOAuthフロー
- 18. AWSラムダのGoogle OAuth
- 19. Google OAuth gapi.auth.authorize X-Frame-Options:SAMEORIGIN
- 20. OAuth Google Calendar
- 21. GoogleカレンダーAPI OAUTH
- 22. Google oauth javascriptクロスドメイン
- 23. Firebase Google OAuthリダイレクトエラー
- 24. CakePHP OAuth with Google
- 25. Google OAuth api
- 26. Google OAuth 2.0アクセストークンリクエストエラー
- 27. oauth、python、google API?
- 28. Google Oauth in webview
- 29. Google OAuthトークンエラー - 400 Bad Request
- 30. Google Plus APIのOAuthアクセストークンの取得