Android Question FirebaseAuth - Authenticate - java.lang.IllegalStateException

Antonio Di Chiano

Member
Licensed User
Hi everyone, I need help from anyone, I have follow the istruction but i have an error into running phase:
---------------------------------------------------------------------------------------------------------------------------------------------------------
java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process it.uppeee.uppeee. Make sure to call FirebaseApp.initializeApp(Context) first.
---------------------------------------------------------------------------------------------------------------------------------------------------------

I don't understand where the problem is, I am a beginner with B4A, I need someone who has patience with inexperienced people like me. Thank you
 

Antonio Di Chiano

Member
Licensed User
The file is too big for upload. I have split in more file. A lot of thx for your help. If you need more information please send to me a request.
 

Attachments

  • uppeee.zip
    2.3 KB · Views: 199
  • Objects.zip
    140.7 KB · Views: 202
  • Files.zip
    234.2 KB · Views: 203
Upvote 0

Antonio Di Chiano

Member
Licensed User
Yes, this is a message appair to the screen when I try to upload in chat.

upload_2019-9-5_16-46-45.png


I not understand because the upload is not possible. This file is small.
upload_2019-9-5_16-49-19.png
 
Upvote 0

Antonio Di Chiano

Member
Licensed User
it exceed 500kb which is the forums maximum filesize for attachments.

You can upload it on dropbox or any other Provider and post the url to download if 500kb is not enough.
it exceed 500kb which is the forums maximum filesize for attachments.

You can upload it on dropbox or any other Provider and post the url to download if 500kb is not enough.

thanks for the advice I provide immediately
 
Upvote 0

Antonio Di Chiano

Member
Licensed User
I'm getting a compilation error when I run your project. The manifest editor code is broken:
B4A_T1DSIuXijr.png
Thanks Erel for your reply. I unfortunately do not know what to do, my manifest file seems to me to be correct, now I edit it from the IDE and paste here what is written inside. If you can suggest what I can do, I would be very grateful.

'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.DarkTheme)
'End of default text.

'CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
'CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
'CreateResourceFromFile(Macro, FirebaseNotifications.FirebaseNotifications)
'CreateResourceFromFile(Macro, FirebaseAnalytics.FirebaseAnalytics
'CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds
'CreateResourceFromFile(Macro, FirebaseAuth.FirebaseAuth)
 
Upvote 0
Top