Ask a Question

Ask a Question
ANSWERED

Group custom data

In PlayFab it's possible to store custom data in a Group, what is the best way to do the same with Beamable?

ANSWERED

Updating game base cloud data

Is it possible to update a specific game base cloud data by REST/C# API?

ANSWERED

Forgot Password Email

How can we customize the forget password email from https://docs.beamable.com/docs/mail-code, since you've to be authenticated through the mergedmicroservice to actually use this format in the documentation.

ANSWERED

Microservice Security

How is the security between the client app and the beamable server works for microservices?

ANSWERED

Renaming Microservices

Is there a way to rename a Microservice? Let's say from UserMicroservice to PlayerMicroservice?

ANSWERED

How many API calls is my game making?

How can I get a breakdown of the services and API calls being made against those services that my game is making? Since you bill by API call it would be helpful see see what services are making the most calls so I can optimize them.

ANSWERED

Getting tokens

Hi! For debug purpose I need to send HTTP requests to our microservices. I don't understand how the Bearer's token is forged, I get systematically a 401. How can I authenticate to get a token?

404 Error

I get 404 error when login into my account, how can i fix it?

ANSWERED
ANSWERED

Gamer Tags

We'd like to implement a gamer tag system where we can identify a player from a custom ID which respects the following format: PlayerName#4DigitsID (such as in Discord)
We'd like to be able to retrieve a player from this ID. Is there such a mechanism implemented in Beamable?