Greetings Community,
I'm getting started with B4XPages. I'm trying to convert my B4A app to B4XPages. @Erel recommends not to use the starter service. Where then, do i implement my keyValueStore values which are dependent to start my app.
Main Page
FireBase Notification
I'm getting started with B4XPages. I'm trying to convert my B4A app to B4XPages. @Erel recommends not to use the starter service. Where then, do i implement my keyValueStore values which are dependent to start my app.
Main Page
B4X:
If Starter.kvs.get("user")<>"" And Starter.kvs.Get("pass")<>"" And Starter.kvs.Get("approved")="Yes" Then
'Start dashbord
else
'Start Login
End if
FireBase Notification
B4X:
If Starter.kvs.Get("usertype")="Admin" Then
fm.SubscribeToTopic("Admin")
Else
fm.UnsubscribeFromTopic("Admin") '
End If
Last edited: