Commit Graph

10 Commits

Author SHA1 Message Date
Jeff
32c2bb3c40 [WIP] Docs updates 📚 (#208)
* add sdk init to docs

* add profile page example

* add Analytics example

* address review comments

* update root description

* enable concurrent mode in initial sample

* update quickstart

* automatically fork on stackblitz

* fix readme sample

* remove contributing in favor of contributing.md

* move docs links higher up

* document useObservable and preloadFirestoreDoc

* update usage docs

* add useTransition docs

* fix anchor links

* polish

* fix useobservable link

* Address James and David's in-person feedback
2020-02-25 11:49:51 -08:00
David Smith
ca32a93aea Add hooks to get firestore document data once (#211)
* Add hooks to get firestore document data once
* use checkStartWithValue for consistency

Co-authored-by: James Daniels <james@jamesdaniels.net>
2020-02-12 13:07:48 -08:00
Jeff
4b90236831 Add *Data methods for RTDB (#184)
* extract checkOptions and friends

* add useDatabaseListData and useDatabaseObjectData

* update sample

* update types

* add to docs
2020-01-16 13:56:25 -08:00
Jeff
b863eed4ff [WIP] Concurrent Mode! (#170)
* Move sample-simple to Concurrent Mode

* Preload a query and lazy import Firestore

* more work on async/preloading

* demonstrate useTransition

* Update docs

* add note about experimental react build

* Update rollup config

Now that we're doing lazy imports with multiple chunks,
rollup needs to output to a directory

* docs fixes

* lazy import the rest of the SDKs

* remove some extra imports

* remove some extra imports
2019-11-11 16:32:19 -08:00
Jeff
ff1c1ea053 Add a StorageImage component (#182) 2019-11-11 14:24:42 -08:00
Jeff
459d52452c Improve IDs passed to useObservable (#167)
* add realtime database tests

* better observable ids

* throw an error if no observableid is provided

* fix comment about emulators

* update the docs
2019-10-31 14:52:27 -07:00
jhuleatt
966be0c080 model after rxfire docs 2019-07-09 16:37:32 -07:00
jhuleatt
6b0233f58f Out with the old 2019-03-11 15:33:22 -07:00
Jacob Wenger
9885e765c3 Fixed some docs typos and updated examples Firebase project (#97) 2016-05-25 16:54:54 -07:00
Abe Haskins
06a8ef9349 Upgraded to the Firebase 3.x.x SDK (#91) 2016-05-25 15:18:34 -07:00