我只是在.NET winform应用程序中从Firebase开始。我可以连接以下代码,并成功查询\添加\编辑\删除。但是,这不会以特定用户身份连接。如何创建具有特定用户凭据的客户端连接?谢谢
objConfig = New FirebaseConfig()
With objConfig
.BasePath = "https://test.firebaseio.com"
.AuthSecret = "ABCDEF1234"
End With
objClient = New FireSharp.FirebaseClient(objConfig)