Mobile ICP 5 - TondiToday/CSEE5590 GitHub Wiki

You will find the video link at the following URL: https://vimeo.com/334822781

Introduction

There are 2 parts to this ICP, part 1 is creating a delete function for Employers and Employees, as well as update function for Employees in the SQL Lite application. Part 2 is to create a Logout function for the Firebase Application

SQL Lite

Delete Function

Below you will see the delete button on both the Employee and the Employer intents added. https://github.com/TondiToday/CSEE5590/blob/master/ICP%2011/EmployeeHome.PNG https://github.com/TondiToday/CSEE5590/blob/master/ICP%2011/EmployerHome.PNG And below you will also find the code for the delete functions in both the Employee and Employer intents https://github.com/TondiToday/CSEE5590/blob/master/ICP%2011/DeleteFromDB.PNG https://github.com/TondiToday/CSEE5590/blob/master/ICP%2011/SaveToDB.PNG And below you will find the update Employee function https://github.com/TondiToday/CSEE5590/blob/master/ICP%2011/EditFromDB.PNG

Firebase

https://github.com/TondiToday/CSEE5590/blob/master/ICP%2011/FirebaseLogin.PNG Below you will find the code for the logout function for the Firebase application https://github.com/TondiToday/CSEE5590/blob/master/ICP%2011/Logout.PNG