question

vbalakrishnatimuz avatar image
vbalakrishnatimuz asked

Get Title data without user login

Hi Playfab,

Is there anyway to access some keyvalue pairs(configuration data) without authentication from client side.

example to access something on cloud user must login first.

When user opens game for first time we want simple and small values from Playfab without any user authentication it is for everyone (anonymous user)..

Login will take little time and upon game launch it take some time initially due to login and then calling cloud funs.

We Appreciate any possible solution in any way like from Title Data or publisher data or something config file.

Thank you.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Apart from login and password reset, all the Client API calls do require a signed-in user. However, there's no need to delay or interrupt the player experience in any way, as we have multiple zero-friction sign-in mechanisms. That's specifically how you would enable a "guest" or "anonymous" user experience for the first-time user, by using a device ID or custom ID to log in, for example. You can read more on this, and our recommendations on best practices here: https://api.playfab.com/docs/tutorials/landing-players/best-login.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.