Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

How to clear cache on logout

$
0
0

@bspark wrote:

Hi all.

I want to clear cache on logout.

Below is the method to be called when user clicks the logout button:

  async doLogout(user) {
    await this.fireAuth.auth.signOut().then(()=>{
      this.toast.create({
        message: 'Logout',
        duration: 3000
      }).present();
      this.navCtrl.setRoot('LoginPage');
    });
  }

Any help would be appreciated.

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>