在Flutter中实施Firebase GitHub身份验证

时间:2020-04-19 08:57:31

标签: firebase authentication flutter github android-manifest

我正在尝试借助本文在FLutter中实现Firebase GitHub身份验证: https://medium.com/flutter-community/implementing-firebase-github-authentication-in-flutter-1c49a172c648

问题是,成功登录GitHub后,我被重定向到URL hello from lib1 。我在本文的第4步和第5步中设置了深层链接配置,因此我的应用程序无法捕获此重定向。

我想我在appname://auth/handler?code=AUTH_CODE清单文件中做错了,看起来像这样: 查看intent-filter

data

此外,我在文章中为第7步和第8步制作了单独的文件。我已经在屏幕上使用了步骤7代码,在该屏幕上,我通过按钮onPressed实现了注册功能,而步骤8代码则位于具有其他身份验证方法的单独的注册小部件中。

0 个答案:

没有答案