Android Question [Firebase Auth] android.content.res.Resources$NotFoundException: String resource ID #0x0

VictorTandil

Member
Licensed User
Longtime User
Hello, a few days ago I have been having this error: "android.content.res.Resources$NotFoundException: String resource ID #0x0" on the line
B4X:
auth.Initialize("auth")
So far I have not been able to decipher the reason, since it is the initialization

NOTE:
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="30"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)

FIXED: Firebase Auth configuration error xD
 
Last edited:

walterf25

Expert
Licensed User
Longtime User
Hello, a few days ago I have been having this error: "android.content.res.Resources$NotFoundException: String resource ID #0x0" on the line
B4X:
auth.Initialize("auth")
So far I have not been able to decipher the reason, since it is the initialization

NOTE:
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="30"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)

FIXED: Firebase Auth configuration error xD
Can you describe exactly how you fixed the issue, I am also running into the same issue but can't figure out what I'm doing wrong, I have done this many times previously but this time I am also including the facebook login part, so not sure if there may be a problem with that, or I'm just getting old.
 
Upvote 0
Top