Sub Globals
'These global variables will be redeclared each time the activity is created.
Private fb As FirebaseDatabase
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout")
fb.Initialize("fb")
'xxxxxxxxx =project-id
Dim dbr As DatabaseReference= fb.getReferencefromUrl("https://xxxxxxxxxxxx.firebaseio.com/")
dbr.goOnline
End Sub
Although I downloaded com.google.firebase:firebase.database mavens (ktx, collection, connection, collection-license, connection-license) from SDK , the error keeps showing
Any help will be appreciated