Ask a Question
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?
How do I set configs for a child realm?
When creating a child realm, is there are a way to set configs?
Can I set stats on a player incrementally, like a counter or a cumulative amount?
Can I set stats on a player incrementally, like a counter or a cumulative amount?
What does this error mean "The scopes [] aren't sufficient for the request." ?
What does the error "The scopes []
aren't sufficient for the request" mean? I am trying to use the "Microservice Docs" page of the Beamable Portal to invoke a [ClientCallable]
on a C# Microservice that I just published to a new realm.
How do I back up the data from my Micro Storage?
How do I back up the data from my Micro Storage?
BEAMO Api calls
I am seeing calls to a service called "Beamo" in my API dashboard. What is this?
Lots of account calls (GET account endpoint)
I am seeing lots of API calls to accounts. We have it setup so that every time the player goes to the home screen we check accounts to make sure they are logged in. Do we need to do that?
Why am I seeing a low level of API calls against my account even when I'm not using the portal or running the project on the weekends?
Even when I'm not accessing any aspect of my Beamable project, I'm seeing a couple hundred API calls per day against my account. Where are these coming from?