A simple ToDo List with Firebase Firestore
You can create, delete tasks, make special pinned notes in this ToDoList. It uses Firebase Firestore for backend and the basic web languages for frontend. All of the tasks are stored in a PIN which is create by the user.
Technologies used in this app are Firebase Firestore for database to store users tasks and information, jQuery and basic web technologies - HTML, CSS and JavaScript.
Just set your firebase configurations in the file \script.js) on line 10
var config = {
apiKey: "<YOUR_API_KEY>",
authDomain: '<AUTH_DOMAIN>',
databaseURL: '<DATABASE_URL>',
storageBucket: '<BUCKET>',
messagingSenderId: '<SENDER_ID>'
}
