Okay so i basically i am starting to create an app for student activities, of which i want to accomplish the following
1)Login using the firebase google login(which is completed)
2)after logging in i would want to go to a student page or basically another page once the login is complete, i followed the code example from this link
https://www.b4x.com/android/forum/threads/firebaseauth-authenticate-your-users.67875/
in the example in this link what happens is the used once logged in displays the user name as hello:user name i want it to actually navigate to another page of my app once the login is accomplished.