如何在 android 中使用 firebase UI 实施 Github 提供商身份验证
How to implemente Github provider auth using firebase UI in android
我创建了一个 android 应用程序,让用户可以使用 google、facebook、linkedIn 和 twitter 帐户使用 Firebase UI. I want to integrate github button so that users can signin using their github account. I already read the documentation related to github auth but it is not clear. I already create my app using this link 登录,并将客户端 ID 和客户端密码放在 firebase 控制台中。如何在 xml 布局中添加 github 按钮?当用户按下 Intent 调用按钮时以及如何处理响应?
请有人帮忙。
正确地做到这一点实际上非常困难,但我们计划在 FirebaseUI 3.4 中添加对 GitHub 提供程序的支持。随时查看我的 PR 并在需要时进行分叉:https://github.com/firebase/FirebaseUI-Android/pull/1199.
我创建了一个 android 应用程序,让用户可以使用 google、facebook、linkedIn 和 twitter 帐户使用 Firebase UI. I want to integrate github button so that users can signin using their github account. I already read the documentation related to github auth but it is not clear. I already create my app using this link 登录,并将客户端 ID 和客户端密码放在 firebase 控制台中。如何在 xml 布局中添加 github 按钮?当用户按下 Intent 调用按钮时以及如何处理响应?
请有人帮忙。
正确地做到这一点实际上非常困难,但我们计划在 FirebaseUI 3.4 中添加对 GitHub 提供程序的支持。随时查看我的 PR 并在需要时进行分叉:https://github.com/firebase/FirebaseUI-Android/pull/1199.