Closed goodier closed 1 year ago
Please provide the latest support page for this product. My "animate" swears at FirebaseANEContext.context.call("init") The extension context does not have a method with the name init.
That's usually caused by Main.xml not being setup correctly. https://github.com/tuarua/Firebase-ANE/issues/39 I should note I don't use or have an Animate subscription.
It would probably be better for you to look at the commercial Firebase product from Distriqt.
https://airnativeextensions.com/extension/com.distriqt.Firebase
I do plan to update the Firebase ANE and others but am constrained by time and can't offer you the one-to-one support you expect.
Answer the below. DO NOT DELETE!!
Have you read the README and wiki carefully?
What version of the product are you using?
On what which device #system?
With which operating system?
From which operating system?
Which IDE are you using?
Which version of AIR are you using?
What steps will reproduce the problem?
(https://github.com/tuarua/AIR-Tools/) installed
Copied files from AIRSDK_additions to the appropriate folders in my AIRSDK. As a result, I get an error. I've been suffering for 6 days already, my nerves are already giving up.
If we take an example from the Wiki
import com.tuarua.google.GoogleSignInANE; import com.tuarua.google.signin.events.GoogleSignInEvent; private var googleSignIn:GoogleSignInANE; To launch the Google Sign In screen: googleSignIn = GoogleSignInANE.googleSignIn; googleSignIn.addEventListener(GoogleSignInEvent.SIGN_IN, onGoogleSignIn); googleSignIn.addEventListener(GoogleSignInEvent.ERROR, onGoogleSignIn); googleSignIn.signIn();
I get an error - Could not find the definition of com.tuarua.google:GoogleSignInANE.
Please help me, I need at least GoogleSignInANE for android only?