Firebase Stub: leading slash in reference path is ignored

This commit is contained in:
gianantoniopini
2021-01-15 09:19:35 +01:00
parent 978aafae75
commit aac1e12cfc
4 changed files with 49 additions and 24 deletions

View File

@ -5,7 +5,7 @@ const childRemovedEventType = 'child_removed';
const resumesPath = 'resumes';
const usersPath = 'users';
const connectedPath = '/.info/connected';
const connectedPath = '.info/connected';
const demoStateResume1Id = 'demo_1';
const demoStateResume2Id = 'demo_2';