Ask a Question
Rename Leaderboard entries
Can you rename Leaderboard entries?
Realm config and duplication
Is there anything new in the land of realm config? E.g. can I make one with all of the config and then duplicate that? Or make shallow children from it? (Like we used to do with shards?)
Navigation
How do I expand the navigation bar on the left? It is very slim
Matchmaking Error on Room ID
Hello,
AssumeUser or access admin API
How do you access the Admin API or do an operation on server side as another user (use the API AssumeUser). Can you share an example?
Catching the cloud save exception
The docs say that it is expected for Cloud Saving to throw an exception the first time around when there is no data present. What the exact message of that expected error is so that you can use appropriate logic in his OnError handler?
Is it possible to set the PID at run-time from script?
When adding features to the website we all re-use the same WebGL build but we use different realms. It would be great to be able to change realms via code or set the PID for build automation. Is this possible?
How can I monitor the health of a microservice?
Is there a way to check the health status of a Beamable C# Microservice? Can I monitor it with PINGDOM or some other monitoring tool?
Resolve groups of content types
Hello there! I'm trying some Beamable features and I have some doubts regarding Content:
1.- First of all is there any way to resolve a complete group of content type? Let's say I have multiple armour items, all of them instances of the class Armour. Can I resolve all of them at once to get the complete list? A workaround would be to create another ContentObject class with a list of armours, but this doesn't look very clean to me.
2.- Following the previous mentioned workaround, looks like I'm having some issues with polymorphism. If I have multiple classes inheriting from Armour with different behaviours and different data, the serialization works fine, but when I download the content the deserialization fails, I'm guessing this could be related to Beamable not knowing which derived type to use for deserialization.
Using admins tokens from a secure context
How can we use admin tokens from a secure context (server-to-server)?