Android Question FirebaseAuth - class is not recognized

kriss roy

New Member
Licensed User
Hi,
i have tried following Erel's instructions for adding FirebaseAuth to my app.
when i tried to compile the app after adding the variable:
Sub Process_Globals
Private auth As FirebaseAuth
End Sub

the compiler says:

B4A Version: 7.30
Parsing code. Error
Error parsing program.
Error description: Unknown type: firebaseauth
Are you missing a library reference?
Error occurred on line: 16 (Main)
Private auth As FirebaseAuth

any ideas?
 

DonManfred

Expert
Licensed User
Longtime User
Download the lib firebaseauth. Extract the files firebaseauth.jar and .xml to your additional libs folder.
In the ide (if already running) rightclick on the library tab and choose refresh
Make sure to check(mark) the library firebaseauth in the library tab.
compile again
 
Upvote 0

kriss roy

New Member
Licensed User
where do i found the correct library file?

for some reason i thought that adding the library was done by adding the
manifest snippets to the manifest editor.
 
Upvote 0

kriss roy

New Member
Licensed User
Thanks a lot, i didn't read the thread all the way down.

this is what happens when u try to program at 23:30, after watching bayern VS paris.
:)
 
Upvote 0
Top