Hello there
I use Facebook and Google Firebase Auth.
First of all, I would like to point out that I did not have such a problem in Android.
I got stuck somewhere while importing my project to iOS.
When I log into my application with google or facebook, I can make the events I want.
However, when the user deletes the application and then when install the user can log in again without query. since the "User.id" remains in the memory. (I guess it's memory.)
but there is no such problem in android. I can get a subscription query again when the user logs in with google or facebook, deletes the application and installs it again.
So I want it to pretend it has no input before.
I use Facebook and Google Firebase Auth.
First of all, I would like to point out that I did not have such a problem in Android.
I got stuck somewhere while importing my project to iOS.
When I log into my application with google or facebook, I can make the events I want.
However, when the user deletes the application and then when install the user can log in again without query. since the "User.id" remains in the memory. (I guess it's memory.)
but there is no such problem in android. I can get a subscription query again when the user logs in with google or facebook, deletes the application and installs it again.
So I want it to pretend it has no input before.