Ask a Question
Renaming Microservices
Is there a way to rename a Microservice? Let's say from UserMicroservice to PlayerMicroservice?
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.
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?
How to load content into a microservice
At the time of loading the content into the microservice, what is the best way to do it? I already know all the types and IDs, but do I have to solve each ContentRef one by one? And if that's the intended way, do the microservice use a cache or something to avoid repeated calls to the API?
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?
Where is the Beamable Changelog?
How can I find out what features and fixes are changing in Beamable? Where is the changelog (Change Log)?
Storage Object Permission
Is there any way to set Storage Object permissions?
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
OAuth 2.0 server
What's the best way to integrate Beamable with an OAuth 2.0 server?