Skip to content

firebase-database@0.5.23

Latest

Choose a tag to compare

@IguteChung IguteChung released this 22 Jul 05:50
· 2 commits to deepq since this release

Remove url validation for ip address

    // validateUrl('Invalid Firebase Database URL', 1, parsedUrl);
    // if (!parsedUrl.path.isEmpty()) {
    //   fatal(
    //     'Database URL must point to the root of a Firebase Database ' +
    //       '(not including a child path).'
    //   );
    // }