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?
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?