Firebase authentication via Rest

后端 未结 1 429
旧巷少年郎
旧巷少年郎 2020-12-22 07:02

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 auth

相关标签:
1条回答
  • 2020-12-22 07:56

    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.

    0 讨论(0)
提交回复
热议问题