bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
693 stars 147 forks source link

authSecret deprecated #106

Open meryll opened 6 years ago

meryll commented 6 years ago

Hi, is it still possible to use FireSharp now when AuthSecret needed for connection (FirebaseClient) is deprecated?

Thanks!

noahhusby commented 6 years ago

Yes, it is still possible but not recommended. You can use firebase-authentication-dotnet by step-up-labs for authentication, then the code it returns, you put in the same place as the AuthSecret. Firebase-authentiation-dotnet is made for firebase-database-dotnet, which is an equivilent for FireSharp. I have not had good luck with it, so you can use Firebase-authentication-dotnet and firesharp for authentication. Msg me if you need help