Ask a Question

Ask a Question
ANSWERED

Is it possible to get the player count on a leaderboard with one API call ?

Is it possible to get the player count on a leaderboard with one API call ? If it is, is there any documentation on it ? I didn't find it online.

ANSWERED
ANSWERED

Load content values in content manager programmatically (Unity)

I created a custom content type: "Tilemap" and I wanted to serialize all my levels as json and publish them (to the content manager). This way I could release new levels without releasing a new client version.

ANSWERED

Can I change my email?

I don't see a way to change an email on an account. Is this possible?

ANSWERED

How do I resolve a "BsonSerializationException": "Element name '\_id' is not valid'. " when trying to use the CRUD Update Extension for Mongo?

Currently, I have a problem with the CRUD Update extension for Mongo. It requires the ID as string and the document to update.

ANSWERED

Am I allowed to use Beamable with Xbox and Playstation games?

Am I allowed to use Beamable with Xbox and Playstation games? Are there any limitations?

ANSWERED

What are API calls to realms GET config doing?

I see calls to realm config in my API calls. What does this do? Am I charged for these calls?

ANSWERED

Can I delete all the data out of my production domain?

I have a project that I've been testing with in production. There are a number of test accounts and a bunch of test data. Before going live with the game, I'd like to delete all the data out of there so it doesn't mess up the stats. Is this possible? If so, how do I delete all the data?

ANSWERED

What's the best practice for login via email?

Hey, I am learning Beamable, and the first thing I need to figure out is authentication.
For my game, players have to log in via email, and after I learned the identity section in the documentation, I couldn't find the best way to do this task.

ANSWERED

What tool can I use to view the collections in the microstorage?

I have been using the following command to view the local Docker microstorage: beam project open-mongo TimelessExhibitionStorage
Once I deploy the microservice and microstorage, is there a way to use that same tool (or another tool) to view the collections in the microstorage?