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 2aa9916 commit 89fb93aCopy full SHA for 89fb93a
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# [1.6.0](https://github.com/AsifArmanRahman/firebase-rest-api/compare/v1.5.0...v1.6.0) (2022-08-13)
2
+
3
4
+### Features
5
6
+* **firestore:** add add() method ([ec710ab](https://github.com/AsifArmanRahman/firebase-rest-api/commit/ec710ab5cb050f3799eb66430998bfb001f2e343))
7
8
9
10
# [1.5.0](https://github.com/AsifArmanRahman/firebase-rest-api/compare/v1.4.0...v1.5.0) (2022-08-11)
11
12
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'flit_core.buildapi'
[project]
name = "firebase-rest-api"
-version = "1.5.0"
+version = "1.6.0"
readme = "README.md"
description = "A simple python wrapper for Google's Firebase REST API's."
requires-python = ">=3.6"
0 commit comments