Ask a Question
Where can I put API keys and access them from MS code?
In the dashboard, is the "Realm Configuration" section where I could put API keys and access them from microservice code? Or would the API key have to be contained within the microservice itself? Or is there another solution on beamable for this?
Would this be done by putting it in a realm config? How do you access that via a service?
Some Questions on QA Workflows
Some questions on QA workflows:
Is there built-in code stripping?
is there any type of built in code stripping for client / server side? i build out some code that i don't mind if my client sees it, vs running it on my server side.
Does Beamable have real-time capability? e.g. real-time Presence, real-time Messaging
Real-time as in the server can notify client device that their friend just got online or offline, or the user client device gets notified immediately (without polling) if they got sent a mail. Or ability to send custom data to a target user.
Could I use Beamable for several games?
Hello there!
User password on portal
How to check user password on portal? I only see email at player profile
Getting Realm IDs
Is there any API to access current Realm(Dev/Staging/Prod) Id in C# code?
Building a crafting system with stackable items
In a game, there is a crafting system where players can stack items and consume them to level up the item.
Password Reset
I am currently trying to get the password reset working, but when calling BeamContext.Api.AuthService.IssuePasswordUpdate(...) (or Services.Auth.IssuePasswordUpdate(...) from a micro service) I get this error from the server:
How do I move events into different realms via the portal?
Hello 😄 is it possible to move events on beamable portal into another realm without having to recreated them one by one? I have created events on a realm called "gameplay" and I want to move / copy them into the prod realm.