通过 Rest 进行 Firebase 身份验证 [英] Firebase authentication via Rest

查看:31
本文介绍了通过 Rest 进行 Firebase 身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用 Firebase 的 Rest API 编写 c# windows 应用程序时,是否可以使用 Firebases facebook 身份验证?或者我们是否仅限于使用自定义身份验证方法.

When coding a c# windows app using the Rest API for firebase is it at all possible to use Firebases facebook authentication ? or are we limited to using only the Custom authentication approach.

推荐答案

在调用 REST API 时,您负责在 auth 参数中传递有效的 JSON Web 令牌.它没有内置的身份验证方法.

When calling the REST API, you are responsible for passing a valid JSON Web Token in the auth parameter. It has no built-in authentication methods.

您可以从受支持的身份提供商处获取令牌,也可以自己铸造.

You can either get a token from one the supported Identity Providers or you can mint one yourself.

这篇关于通过 Rest 进行 Firebase 身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆