I've been trying to figure out Firebase auth and the documentations a little lacking - How long do the firebase anonymous session user UID's last for? Can you use them in multiple sessions?
For example in my android app I'd love to sign in anonymously, close the app, open it the next day, and use the same UID - is that possible?
Thanks!