I would like to use the signInAnonymously function from firebase, but I would like to know how this works.
- Is this anonymous user added like any other Firebase user (but without email or password)?
- Does it automatically delete after a certain time?
- If I call this method every time the application starts. Will every time create a new user? How does he learn how to reuse the old? Local storage?
- So will he create another user in the database if my users connect from another device?
Thank you so much
source
share