Y Yuri Cinesi Active Member Licensed User Oct 18, 2021 #1 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.
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 Oct 18, 2021 #2 Yuri Cinesi said: I was wondering if it's possible to delete the currently authenticated firebase user. Click to expand... It is maybe possible with their REST API though i´m not sure. You need to check their Documentation. Upvote 0
Yuri Cinesi said: I was wondering if it's possible to delete the currently authenticated firebase user. Click to expand... It is maybe possible with their REST API though i´m not sure. You need to check their Documentation.
Y Yuri Cinesi Active Member Licensed User Oct 18, 2021 #3 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
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.
DonManfred Expert Licensed User Longtime User Oct 18, 2021 #4 Yuri Cinesi said: t's possible with the firebase SDK Click to expand... i already answered Yuri Cinesi said: so I was wondering if it's possible with the b4x library. Click to expand... not that i know of. Upvote 0
Yuri Cinesi said: t's possible with the firebase SDK Click to expand... i already answered Yuri Cinesi said: so I was wondering if it's possible with the b4x library. Click to expand... not that i know of.
Y Yuri Cinesi Active Member Licensed User Oct 18, 2021 #5 Alright, thanks, I'll make a server application in node or something to handle deletion. Upvote 0