Android Question Can you delete a firebase user?

Yuri Cinesi

Active Member
Licensed User
I'd like to allow a user to delete all their data from the app directly, so I was wondering if it's possible to delete the currently authenticated firebase user.
 

DonManfred

Expert
Licensed User
Longtime User
I was wondering if it's possible to delete the currently authenticated firebase user.
It is maybe possible with their REST API though i´m not sure.
You need to check their Documentation.
 
Upvote 0

Yuri Cinesi

Active Member
Licensed User
Sorry, should've been more specific - it's possible with the firebase SDK, so I was wondering if it's possible with the b4x library.
 
Upvote 0
Top