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