We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f8a09 commit ed369d3Copy full SHA for ed369d3
packages/firebase_database/firebase_database_web/lib/src/query_web.dart
@@ -126,7 +126,7 @@ class QueryWeb extends QueryPlatform {
126
database_interop.Query instance = _getQueryDelegateInstance(modifiers);
127
final appName =
128
_database.app != null ? _database.app!.name : Firebase.app().name;
129
-
+
130
// Purely for unsubscribing purposes in debug mode on "hot restart"
131
// if not running in debug mode, hashCode won't be used
132
String hashCode = _createHashCode(modifiers, eventType, appName);
0 commit comments