Tags: itised/angularfire
Tags
AngularFire 6.0 🔥 (angular#2376) * Updating peer dependencies * `ng add @angular/fire` now will overwrite firebase config, if present * `ng add @angular/fire` now adds `@firebase/firestore` to the server schematic `externalDependencies` if present * `ng deploy --preview` is now interactive and functions on non-SSR * `ng deploy` will respect the `bundleDependencies` and `externalDependencies` server schematic options * `ng deploy` now defaults to 1GB of ram on Cloud Functions * Fixed various issues with functions deploy * Simplified `AngularPerformanceMonitoring`
Fixing some stuff since rc-1 (angular#2347) * Adding a sample repo * Drop updateMetatdata * Fix the zone tests * Drop the manual side-effect imports
Docs and fixes for 6.0 (angular#2316) * Brought a fix in from `5.4.2` ([angular#2315](angular#2315)) * Fixed `@angular/fire/analytics` attempting to use `global` ([angular#2303](angular#2303)) * Fix the error message on storage ([angular#2313](angular#2313)) * Starting on documentation for 6.0
Removing the problematic share from the zone.js changes (angular#2315) * Removing the problematic share from the zone.js changes * 5.4.1 & changelog entry * Dropping the cache and matrix from travis, as I have in master
chore: Release v6 rc.0 (angular#2302) * Simplify travis, cache seems to be taking far too long * Bump versions * Changelog entry * Dropping the tests from the Cloud Build run Cloud Build is responsible for generating our NPM artifacts, however I am planning on moving to Github Actions for this so the community has more visibility. Our Cloud Build image doesn't current have java, so the new emulator powered tests are failing. Rather than invest more in the Cloud Build scripts I'm just commenting out the test runner for now.
Fix proxy in Node, get component name for analytics in both JIT and AOT
PreviousNext