Skip to content

A simple web page to allow user to request their account deletion.

Notifications You must be signed in to change notification settings

sum20156/App_Account_Deletion_Request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Account Deletion Request Webpage

A simple Webpage made with flutter. It allows user to sign in using firebase auth and Request to delete their Account.

ACC.DELETION.-.Made.with.Clipchamp.mp4

Setup guide

Install Flutter

Firebase configuration

Install firebase CLI Run the following commands

  firebase login
  dart pub global activate flutterfire_cli
  flutterfire configure

Hosting configuration

flutter build web
firebase experiments:enable webframeworks
firebase init hosting
firebase deploy

Code Guide

  • Majority of code present in the main.dart file.. If you want to change any text you can search for those in this file and replace it.
  • deleteUserData(String userId) contains logics related to the data deletion, you have to modify the code according to your need. In my case user data is stored in USERS collection. Don't worry the syntax is very similar to java/kotlin.
  • Replace app_icon.png and favicon.png with your app logo.

Report Issue

If you find any issue, please report it here.

About

A simple web page to allow user to request their account deletion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published