Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Jun 19, 2025 Jun 19, 2025

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?

95
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 19, 2025 Jun 19, 2025

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 20, 2025 Jun 20, 2025
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines