I'm merging an ionic app from firebase v2 to firebase v3.
When I use the new (v3) firebase email/password login API, I am not authenticated have to log in every time the app is re-started.
The user should stay authenticated when first logged in into the app. Or at least this was default in the firebase v2 API.
How can I persist the login?
Thanks, Jørgen