https://github.com/teve-no/ngxfire
Zoneless AngularFire replacement
https://github.com/teve-no/ngxfire
Last synced: 3 months ago
JSON representation
Zoneless AngularFire replacement
- Host: GitHub
- URL: https://github.com/teve-no/ngxfire
- Owner: teve-no
- Created: 2024-08-08T08:25:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T02:49:40.000Z (11 months ago)
- Last Synced: 2024-11-30T03:27:05.633Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-angular - ngxfire - Zoneless AngularFire replacement. (Security and Authentication / Authentication)
- fucking-awesome-angular - ngxfire - Zoneless AngularFire replacement. (Security and Authentication / Authentication)
README
# ngxfire
[](lib/LICENCE)
[](https://www.npmjs.com/package/@teve/ngxfire)
**Zoneless AngularFire replacement**
AngularFire compatible replacement for zoneless apps, integrating a minimal set of basic rxjs featues from RxFire.
This library doesn't zone-wrap the firebase methods, but keeps the angularfire api with providers and basic rxjs methods for firestore and realtime database. In many cases it can be used as a drop-in replacement for angularfire, by only changing the imports...
| ngxfire | firebase peer dependency |
| :------ | :----------------------------------------------- |
| 1.0 | ^10.12.0 |
| 1.2 | ^10.12.0 (use of data-connect requires ^10.14.0) |
| 2.0 | ^11.0.0 |
| 2.1 | ^11.0.0 (use of ai requires ^11.8.0) |
| 3.0 | ^12.0.0 |