Commit Graph

4 Commits

Author SHA1 Message Date
Jeff Huleatt
f008f306c7 sample works with suspense! 2020-05-26 23:32:57 +00:00
James Daniels
3cebaa921a Refactoring use/preload and more (#215)
* Drop `initPerformance` (closes #207)
* Cleaning up the use/preload types
* Use my good friend `Proxy` to allow access to both the `serviceProps` and the initialized instance without double calling (e.g, `useAuth()()`)
* More checks against double initializing
* Added binding to the initialize call (closes #213)
* `SuspenseWithPerf` now lazy loads performance monitoring and uses the user timing API
* Fixed the CJS build with a better external test (closes #214)
2020-02-20 13:32:37 -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
jhuleatt
7820b0f162 remove the sample-complex folder 2019-11-11 16:59:08 -08:00