Skip to main content
Participant
June 20, 2025
Question

hello, I need a help for my database connection my final project.

  • June 20, 2025
  • 2 replies
  • 162 views

I am building an e-module application that can be used as an exe on destkop and apk on android, the problem lies in that I use firebase to store user logins as well as quiz results and leaderboards.

does anyone know how to connect firebase to my animate project so that the login and quiz results are stored in firebase?

    2 replies

    JoãoCésar17023019
    Community Expert
    Community Expert
    June 20, 2025

    Hi.

     

    You'll have to rely on Firebase REST API as there's no official SDK for AS3.

    This repo has guides and examples on how to configure providers, make the requests and other stuff needed:
    https://github.com/PhantomAppDevelopment/firebase-as3

     

    Alternatively, you can use the ExternalInterface class for being able to use the official JavaScript SDK.

    Regards,

    JC

    Joseph Labrecque
    Community Expert
    Community Expert
    June 20, 2025

    Best place to start would be the Firebase API docs: https://firebase.google.com/docs/reference