Relative Content

Tag Archive for iosfirebasefirebase-authentication

Avoiding abuse of Firebase Phone Auth

Recently, an unknown attacker started abusing our iOS app’s Firebase Phone auth by spamming requests to Google.cloud.identitytoolkit.v1.AuthenticationService.SendVerificationCode with various phone numbers from different IPs. Conseqently, our app loses approximately 200 USD every day.

how to revoke apple token from website firebase auth

I want to delete user account. This is web app, so using sdk web firebase with signup with apple.
I was trying documentation and can’t find any revokeAccessToken mentioned there…
So how could I do this? This is only on IOS documentation…