Skip to content

Commit 9abecce

Browse files
author
Gordon Hayes
committed
feat: update to v0.3.0
1 parent af91906 commit 9abecce

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.3.0
2+
- BREAKING: Updated to Firebase Core 0.5.0 (thanks @CiriousJoker)
3+
- BREAKING: `User` renamed to `LitUser`
4+
- BREAKING: `FirebaseUser` renamed to `User`
5+
- BREAKING: `getSignedInUser()` is no longer asynchronous
6+
- docs: various documentation updates
7+
- Additional setup is now required to ensure that Firebase Core is initialized. Please see the documentation or example for details.
8+
19
# 0.2.3
210

311
- feat: expose `LitAuthIcon` to directly use the OAuth icons (`Images`) provided by the package (Google, Apple, Twitter, Github)

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,14 @@ Please note that before this package can be used, Firebase Core needs to be init
6868

6969
For a complete example (with Firebase initialization) see the [example](example/) project.
7070

71-
Or take a look at a [live demo](https://funwithflutter.github.io/lit_firebase_example/). Note that this video was recorded with the old version of FlutterFire and Lit Firebase Auth. As such, some configuration may be different. For example, this does not show how to initialize FlutterFire.
71+
Or take a look at a [live demo](https://funwithflutter.github.io/lit_firebase_example/).
72+
73+
Some videos on Lit Firebase:
74+
[Introduction](https://www.youtube.com/watch?v=66TKtvgjFa8)
75+
76+
Note that this video was recorded with the old version of FlutterFire and Lit Firebase Auth. As such, some configuration may be different. For example, this does not show how to initialize FlutterFire.
77+
78+
[Customizing Lit Firebase UI](https://www.youtube.com/watch?v=bpvpbQF-2Js)
7279

7380
## Platform Configuration
7481

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ packages:
232232
path: ".."
233233
relative: true
234234
source: path
235-
version: "0.2.3"
235+
version: "0.3.0"
236236
matcher:
237237
dependency: transitive
238238
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Pre-lit Firebase Authentication. Drop in and add Firebase Auth in j
33
repository: https://github.com/funwithflutter/lit_firebase_auth
44
homepage: https://github.com/funwithflutter/lit_firebase_auth
55

6-
version: 0.2.3
6+
version: 0.3.0
77

88
environment:
99
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)