Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/jsf/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何在c中使用firebase身份验证#_C#_.net_Firebase Authentication_Firebase Storage_Firebase Security - Fatal编程技术网

C# 如何在c中使用firebase身份验证#

C# 如何在c中使用firebase身份验证#,c#,.net,firebase-authentication,firebase-storage,firebase-security,C#,.net,Firebase Authentication,Firebase Storage,Firebase Security,我试图在C#中使用Firebase,我将云存储的规则设置为: allow read, write: if auth.uid == 'testing'; 我找到了这个库,但我不知道如何使用它来符合我的规则

我试图在C#中使用Firebase,我将云存储的规则设置为:

allow read, write: if auth.uid == 'testing';
我找到了这个库,但我不知道如何使用它来符合我的规则