GuidesRecipes
DiscordDashboard
DiscordDashboard

Anonymous (Not intended for Production)

To simplify your onboarding with polyfire, we added an "anonymous" login method.

It must first be activated in the dashboard in your project settings.

After that, logging in should be automatic.

You can also try to call it manually (after a logout for example) with:

login({ provider: "anonymous" });

If you want to simulate multiple users, the login function also provides you with the ability to add an email to differentiate them like this:

login({ provider: "anonymous", email: "[email protected]"  });