From 0e6e4c30924da16a8613ec12c7cb69c85a4cbba7 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar <6123002+pgollangi@users.noreply.github.com> Date: Fri, 30 Dec 2022 20:15:49 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ce09af3..e3bce0a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Query Google Firestore database using SQL syntax. `FireQL` is a library built on top of the official [Google Firestore Client SDK](https://pkg.go.dev/cloud.google.com/go/firestore) that will allow running queries Cloud Firestore database using SQL syntax. Inspired by [Firebase FireSQL](https://firebaseopensource.com/projects/jsayol/firesql/). + +[![asciicast](https://asciinema.org/a/548756.png)](https://asciinema.org/a/548756) + ## Usage `FireQL` can be used as Go library or interactive command-line tool. From 7c35aa7ffa4b346f58f61c6ca28f917207b6b726 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar <6123002+pgollangi@users.noreply.github.com> Date: Fri, 30 Dec 2022 20:23:10 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3bce0a..d34cba2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Query Google Firestore database using SQL syntax. `FireQL` is a library built on top of the official [Google Firestore Client SDK](https://pkg.go.dev/cloud.google.com/go/firestore) that will allow running queries Cloud Firestore database using SQL syntax. Inspired by [Firebase FireSQL](https://firebaseopensource.com/projects/jsayol/firesql/). -[![asciicast](https://asciinema.org/a/548756.png)](https://asciinema.org/a/548756) +[![asciicast](https://asciinema.org/a/548756.png?cols=150&rows=50)](https://asciinema.org/a/548756?cols=150&rows=50) ## Usage