·
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).'
// );
// }