Ask a Question

Ask a Question
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?

ANSWERED

Where is the Beamable Changelog?

How can I find out what features and fixes are changing in Beamable? Where is the changelog (Change Log)?

ANSWERED

Storage Object Permission

Is there any way to set Storage Object permissions?

ANSWERED

Microservice Nullrefs

Hey guys, I'm getting nullrefs from my microservices, am I forgetting something or is something not running? I am calling this [clientcallable] function from Unity directly

ANSWERED

OAuth 2.0 server

What's the best way to integrate Beamable with an OAuth 2.0 server?