RanjeetStiga

Results 23 comments of RanjeetStiga

and do not want alpha between hours divider .

> Thanks for the update @WilliamDenniss > Which functions I should call for Logout after taking dev-logout branch? any code snippet please. Also Can we use this branch for production...

> > > Thanks for the update @WilliamDenniss > > > Which functions I should call for Logout after taking dev-logout branch? any code snippet please. Also Can we use...

> Here's what I did: > > ``` > Func logout (presenter: UIViewController) { > guard let authState = self.authState else { > return > } > guard let idToken...

> The log out operation is server side... you still have to delete your authstate from your app (if you save it somewhere). If your backend is doing its job,...

> > The log out operation is server side... you still have to delete your authstate from your app (if you save it somewhere). If your backend is doing its...

> > > The log out operation is server side... you still have to delete your authstate from your app (if you save it somewhere). If your backend is doing...

> are pulling the correct branch? (dev-logout) I have add sdk via pod