Ask a Question
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.
How do I register my webAPI?
You'll need to register your Web API key and AppID in the Beamable portal at https://portal.beamable.com/
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.
Can I change my email?
I don't see a way to change an email on an account. Is this possible?
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.
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?
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?
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?
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.
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?