Anonymize Users
Anonymize an identified user
If FS.identify
has been called to identify a user, calling FS.anonymize()
will release the identity of the current user and create a new anonymous session.
Call FS.anonymize()
when your users log out of your app.
This is equivalent to calling FS.identify(false)
.
Limits
- Sustained calls are limited to 12 calls per minute, with a burst limit of 5 calls per second.