Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 043d613

Browse files
bump
1 parent 634ad71 commit 043d613

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[Firebase iOS SDK Changelog](https://firebase.google.com/support/release-notes/ios)
44
[Firebase Android SDK Changelog](https://firebase.google.com/support/release-notes/android)
55

6-
## 6.6.0 (2018, X Y)
6+
## 6.6.0 (2018, August 28)
77
[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/66?closed=1)
88

99

src/firebase.ios.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,6 @@ firebase.firestore._getQuery = (collectionPath: string, query: FIRQuery): firest
25232523
if (error) {
25242524
reject(error.localizedDescription);
25252525
} else {
2526-
console.log(">> .where, snapshot: " + snapshot);
25272526
const docSnapshots: Array<firestore.DocumentSnapshot> = [];
25282527
for (let i = 0, l = snapshot.documents.count; i < l; i++) {
25292528
const document: FIRQueryDocumentSnapshot = snapshot.documents.objectAtIndex(i);

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)