Logout from apple login

Hi,

I have created an app with sign in with apple option. Now I want to add logout function for it. how can I achieve it?

1 Like

Are you using firebase? If so use firebaseAuth.signOut()

No , I’m using the pluggin refer to this