You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I have just started learning about Firebase Authentication recently, and as I understand it, the token will expire after 3600 seconds (which is 1 hour) by default and needs to be refreshed.
I am building a WPF application, and my code looks like the one below.
I am not sure if the code I am writing is correct,
but I want the case where the user logs in -> leaves the app open for more than 1 hour, and the token will automatically be refreshed to continue being used.
I appreciate all your suggestions.
Hello everyone, I have just started learning about Firebase Authentication recently, and as I understand it, the token will expire after 3600 seconds (which is 1 hour) by default and needs to be refreshed.
I am building a WPF application, and my code looks like the one below.
I am not sure if the code I am writing is correct,
but I want the case where the user logs in -> leaves the app open for more than 1 hour, and the token will automatically be refreshed to continue being used.
I appreciate all your suggestions.
The text was updated successfully, but these errors were encountered: