mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
FirebaseStub: cleanup
This commit is contained in:
@ -220,33 +220,11 @@ class Reference {
|
|||||||
return Promise.resolve(true);
|
return Promise.resolve(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
async set(value) {
|
||||||
const update = async (value) => {
|
|
||||||
if (resumesPath) {
|
|
||||||
if (value === null) {
|
|
||||||
delete __resumesDictionary[databaseLocationId];
|
|
||||||
} else {
|
|
||||||
__resumesDictionary[databaseLocationId] = value;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return Promise.resolve(true);
|
return Promise.resolve(true);
|
||||||
};
|
|
||||||
|
|
||||||
const set = (value) => {
|
|
||||||
if (resumesPath) {
|
|
||||||
if (value === null) {
|
|
||||||
delete __resumesDictionary[databaseLocationId];
|
|
||||||
} else {
|
|
||||||
__resumesDictionary[databaseLocationId] = value;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return Promise.resolve(true);
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
|
|
||||||
class DataSnapshot {
|
class DataSnapshot {
|
||||||
#eventType = '';
|
#eventType = '';
|
||||||
#reference = null;
|
#reference = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user