-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fitur untuk delete akun #3
Comments
Delete (archieve) semua data di Notion.
Delete data di Firebase
|
May I do this issues mas?
|
Brief:
Additional context:
Ini scope nya gede, feel free buat open isu per masing-masing part yang mau dikerjain dulu. Terus PR berdasarkan masing-masing isu tersebut. Biar bisa deliver kecil2, gak perlu deliver gelondongan nanti kena conflict terus. Kalau ragu, bisa nambah env baru |
I think it's better to move the "Area Berbahaya" section to outside the form (e.g below the form), because both actions aren't actually a part of the settings form (users don't have to click "Simpan Perubahan" to do either of the delete actions). |
Agree 💯 with you @amarangganar |
Part of #3 ## Description - Add middleware to handle Authorization - Add methods to Archive a Page and Delete Questions by `uid` - Add endpoint to DELETE user 📝 As stated [here](https://nextjs.org/docs/pages/api-reference/edge#unsupported-apis), > Native Node.js APIs are not supported that's why there is a new package added `next-firebase-auth-edge` as a workaround. Co-authored-by: Irfan Maulana <[email protected]>
Menghapus semua data akun yang disimpan beserta semua pertanyaan yang tertaut dengan uid dari user tersebut.
Karena fiturnya berbahaya kalau tidak sengaja di klik, pastikan ada langkah untuk mengkonfirmasi ulang ke user.
The text was updated successfully, but these errors were encountered: