Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
Best place to start would be the Firebase API docs: https://firebase.google.com/docs/reference
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now