We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817d74d commit 1f97c77Copy full SHA for 1f97c77
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.9.5
2
+
3
+- Fix closing connections properly (@nullbtb)
4
+- Add optional HTTP client to FirebaseAuth (@nullbtb)
5
+- Add example using Application Default Credentials (@nullbtb)
6
7
## 0.9.4
8
9
- Remove superfluous error log (@simonbengtsson)
pubspec.yaml
@@ -1,14 +1,14 @@
name: firedart
description: A dart-native implementation of the Firebase Auth and Firestore SDKs.
-version: 0.9.4
+version: 0.9.5
homepage: https://github.com/cachapa/firedart
environment:
sdk: '>=2.18.0 <4.0.0'
dependencies:
10
http: '>=0.13.0 <2.0.0'
11
- grpc: ^3.2.1
+ grpc: ^3.2.2
12
protobuf: ^3.0.0
13
fixnum: ^1.1.0
14
0 commit comments