We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1301faa + 0edf47f commit 13b4d6dCopy full SHA for 13b4d6d
changelog.txt
@@ -0,0 +1,2 @@
1
+changed - Removes temporary “shim” for analytics event timestamps.
2
+fixed - Fixes return type for DeltaSnapshot#getPriority() for database functions
src/providers/database.ts
@@ -179,7 +179,7 @@ export class DeltaSnapshot implements firebase.database.DataSnapshot {
179
exportVal(): any { return this.val(); }
180
181
// TODO(inlined): figure out what to do here
182
- getPriority(): any {
+ getPriority(): string|number|null {
183
return 0;
184
}
185
0 commit comments