問題タブ [sign-in-with-apple]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
390 参照

android - Firebase Authenticate Using Apple in Unity on Android 毎回ログインの詳細を必要としない

次のガイドに従って、Firebase を使用して Androidで Sign in with Apple機能を取得しました: https://firebase.google.com/docs/auth/android/apple

ユーザーは、Apple でサインインしてアプリに初めてログインするときに、ログインの詳細を入力してアプリを承認する必要があります。ただし、アプリを閉じて再度開くと、そのたびにそれらの詳細を再入力する必要があるようです.

私が統合した他の認証プロバイダーは、サイレント認証方法をサポートしており、ユーザーがこのデバイスでアプリを既に認証しているかどうか、または保存して後で使用できる更新トークンへのアクセスを許可しているかどうかを確認します。Firebase の実装を通じてこれらのいずれかにアクセスするにはどうすればよいですか?