Firebase

Is possible to connect firebase at Gamesalad?
There are Guide or video tutorial?
I did not found anything relevant, and APPFORMATIVE charts as DAU or event are not working...

Thankyou

Comments

  • HopscotchHopscotch Member, PRO Posts: 2,782
    edited December 2018

    @Akiba4Games

    The events and DAU in AppFormative are working as expected.

    Here are a few things you can check in your code:

    • make sure that your AppFormative APPID is correct in both the table and the global attribute
    • are the applicable timer behaviors set to "AFTER", and not the default "EVERY" x seconds. This can cause the system to lock you out for a period of time for making repeated calls
    • check that your URL attributes are set correct. Sometimes users copy and paste the URLs from the web page and accidentally end up with line feed characters in the attribute which causes problems in the code.

    Display the "firstcontact" and "secondcontact" attributes while testing, to see if contact is established correctly with the server.
    Also, check that you get back a "xxxx-xxxx-xxxx-xxxx" formated UserID back from the server.

Sign In or Register to comment.