Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. General
    Log in to post

    General

    • G

      Async match without opponent
      unity async match • • Gavin Beard  

      1
      0
      Votes
      1
      Posts
      0
      Views

      No one has replied

    • J

      UNSOLVED Password content specification?
      cloudcode email password • • Jake Simpson  

      3
      0
      Votes
      3
      Posts
      7
      Views

      Paul Winterhalder

      I agree - and security-wise prefer it to the pre-hook solution we were considering... We are looking into it. Jake - I've sent you a question in the support chat - wondering what the timelines for your app are... Paul.
    • Paul Winterhalder

      This topic is deleted!
      • Paul Winterhalder  

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • T

      Does a Pre-hook consume an extra API call?
      cloud code • • Travis Brown-John  

      7
      0
      Votes
      7
      Posts
      33
      Views

      A

      @Ben-Morris unfortunately yes they promised to solve it in BC 5.0 though
    • B

      Gamesparks Migration - Authentication Questions
      unity authentication gamesparks • • Ben Morris  

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • G

      Clear and recalculate user milestones : rewards are replayed
      monitoring gamification • • Gwenolé STEPHANT  

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • L

      This topic is deleted!
      • LEE JONG GUN  

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • L

      Leaderboard score range
      leaderboard • • LEE JONG GUN  

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • Kenneth Lightner

      Some questions on the Relay Server service?
      unity multiplayer relayservice relay unet • • Kenneth Lightner  

      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • C

      NPM braincloud package install
      node.js npm • • Carlos Barcenilla  

      2
      0
      Votes
      2
      Posts
      14
      Views

      J

      You can bypass the peer dependencies by adding --legacy-peer-deps flag to your npm install. After modifying package.json, then use npm-install-peers to install the rest of peer dependencies.
    • P

      This topic is deleted!
      • pappuseobd  

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • P

      Web Payments
      braincloud question • • Panagiotis Milios  

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • U

      Setting up segment integration
      integrations segment • • Ulrika Hjälmgården  

      2
      0
      Votes
      2
      Posts
      8
      Views

      U

      I figured it out. Segment has a Legacy - Project source type, using that worked.
    • A

      Can I create a chat in Brain Cloud?
      unity authentication server chat • • Andrei Baranov  

      2
      0
      Votes
      2
      Posts
      18
      Views

      Y

      I downloaded the BrianCloud plug in for Unreal Engine, I can integrate user authentication, and real-time chat between connected players in a day.
    • D

      Convert to JSON: does brain cloud provide object types for response returns?
      sdk • • darren zou  

      2
      0
      Votes
      2
      Posts
      12
      Views

      D

      Solved: IDK if this is the right approach but I am using brainCloud's LitJson and JSONMapper. I will map out the things I need and put it into an object of variables I chose to parse out.
    • D

      Removing a anonymous external ID?
      authentication • • darren zou  

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • D

      Few Questions Before Committing to This BaaS!
      question • • darren zou  

      3
      0
      Votes
      3
      Posts
      11
      Views

      D

      Update: Authentication seems to be going well. I can automatically sign user in using ANON, and attach an email and pass. I can also log a user in using existing email and pass and getAnonID and store it and proceed to use that AnonID to use AnonID on startup for silent authentication. However, if user selects anon account but then the user decides to log into an existing email and pass account, how would I go about deleting the new ANON account the user decides to "throw" away?
    • D

      Tournament Questions
      cloud code portal api hook tournament • • Davis Knox  

      2
      0
      Votes
      2
      Posts
      13
      Views

      J

      (Post the answer from brainCloud chat channel) Actually, there is a workaround that you can perform the tournament rewards adjustments, Turn off the auto claim Add a post-hook to Authenticate instead <- where auto-claim would normally run And in the post-hook look to see if they have tournament rewards, and if they do, claim them there - performing any award adjustments that need to be made.
    • R

      Anyone available for Freelance?
      freelance batch replace script job • • Rubens A Nobre Jr.  

      2
      0
      Votes
      2
      Posts
      10
      Views

      J

      (Note: this issue has been solved through our online chat support.)
    • C

      Web client security
      web security • • Chad Elstad  

      3
      0
      Votes
      3
      Posts
      20
      Views

      C

      @David-St-Louis-0 On my last question, can you restrict API calls to only be from a specific web domain or mobile app is? Google Api's allowed to restrict calls to firebase to be specifically from an web domain, or the specific app ID's. Another way to ask it, is there any way to restrict API calls to from a specific location? Thanks again, -Chad