0

i am using c# windows form for desktop application. and realtime datatabase by firebase.

IFirebaseConfig config = new FirebaseConfig
    {
        AuthSecret = "",
        BasePath = ""

    };

in each form i have to write this connection string, How to put it in app.confing and encrypt it and call it in each form.

thank you. Regards

Mutaz Adil
  • 23
  • 3
  • Have you read this? https://learn.microsoft.com/en-us/answers/questions/273839/how-to-encrypt-connection-string-in-appconfig.html – Siraf Oct 25 '22 at 09:14

0 Answers0