You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***firestore:** Better handle enablePersistence failures, esp. for Universal ([#1850](https://github.com/angular/angularfire2/issues/1850)) ([334ba7b](https://github.com/angular/angularfire2/commit/334ba7b))
8
+
***firestore:** Add document `get()`, the options argument for `get()` should be optional, and subscriptions to `get()` should be run in the Angular Zone([#1849](https://github.com/angular/angularfire2/issues/1849)) ([185943f](https://github.com/angular/angularfire2/commit/185943f))
9
+
10
+
11
+
### Breaking changes
12
+
13
+
5.0 is now final and we're published under `@angular/fire`.
Copy file name to clipboardExpand all lines: README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,6 @@
5
5
6
6
[](https://travis-ci.org/angular/angularfire2)[](https://gitter.im/angular/angularfire2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7
7
8
-
Status: Release candidate
9
-
10
8
## What is AngularFire?
11
9
12
10
-**Observable based** - Use the power of RxJS, Angular, and Firebase.
@@ -46,11 +46,11 @@ To get the list in realtime, create a list binding as a property of your compone
46
46
47
47
Then in your template, you can use the `async` pipe to unwrap the binding.
48
48
49
-
Update `/src/app/app.component.ts` to import `AngularFireList` from angularfire2 and iterate thru the list once data is retrieved. Also note the change in attribute `templateUrl` to inline `template` below.
49
+
Update `/src/app/app.component.ts` to import `AngularFireList` from `@angular/fire` and iterate thru the list once data is retrieved. Also note the change in attribute `templateUrl` to inline `template` below.
0 commit comments