when FirebaseDB1.SignedInStatusChecked do
if (isSignedIn = true) then
open another screen MainScreen
end if
end
How to create this blocks
when FirebaseDB1.SignedInStatusChecked do
if (isSignedIn = true) then
open another screen MainScreen
end if
end
How to create this blocks
there are no block name it
it should be
for auth see this post
if helpful mark as solution