Hello Koders, in this last week I have advanced a lot in my project and I wanted to export my application to run it from Android, but it does not allow me. I researched in the community and found no solution. This was the error message. There was an error compiling! This component is the one that caused the error “Firebase authentication” asked me if they could correct this error. Thanks for your attention.
The package name, the Firebase URL and the Firebase token are correct. The error has the component “Firebase authentication” when removing it worked the download of the Apk.
Does the package name in the JSON match your ap package name? That’s the prime culprit of the error you are facing, as pointed out by others. The Firebase Auth component has been tested to work perfectly, with proper configuration.
Have you ever been able to compile and produce an APK file of this app before?
Because this looks a lot like the error message we get with the defective API 28 compiler on Thunkable Classic, when a very large application exceeds the limit (the faulty API 28 is unable to process anything larger than 1/3 the size of app that did compile properly with API 26).
So the bottom line issue could be:
How large (number of components and number of blocks) is your app?