M mike1967 Active Member Licensed User Longtime User Oct 12, 2023 #1 Hello, i create and app that use FirebaseAuth and push notifications.After sometime the app do the logout After i made the login with Google account.Is possibile to set the persistence of login state? Thanks in advances
Hello, i create and app that use FirebaseAuth and push notifications.After sometime the app do the logout After i made the login with Google account.Is possibile to set the persistence of login state? Thanks in advances
Erel B4X founder Staff member Licensed User Longtime User Oct 13, 2023 #2 1. It should be persistent. 2. Your app should handle such cases. Upvote 0
M mike1967 Active Member Licensed User Longtime User Oct 13, 2023 #3 Erel said: 1. It should be persistent. 2. Your app should handle such cases. Click to expand... I think that the app is terminated by android os after sometime , is correct ? of avoid this ? If you want i can load the code. Thanks Upvote 0
Erel said: 1. It should be persistent. 2. Your app should handle such cases. Click to expand... I think that the app is terminated by android os after sometime , is correct ? of avoid this ? If you want i can load the code. Thanks
Erel B4X founder Staff member Licensed User Longtime User Oct 15, 2023 #4 Yes, the process will be killed at some point, however the user should be still logged in when the app starts. No reason to upload the code. As I wrote, your app should expect cases where the user is logged out. Upvote 0
Yes, the process will be killed at some point, however the user should be still logged in when the app starts. No reason to upload the code. As I wrote, your app should expect cases where the user is logged out.